Add a .nobreak helper class to main.css

This commit is contained in:
Eryn Wells 2022-04-16 08:45:04 -07:00
parent 307a02eea1
commit 40d8a828f9

View file

@ -467,3 +467,12 @@ ul.post-tags li + li {
font-size: 7px;
}
}
/*
* Helpers
*/
/* For <span>s that shouldn't break. */
.nobreak {
white-space: nowrap;
}