Template:Nowrap/styles.css

From HIBIKIFORUM
< Template:Nowrap
Revision as of 01:52, 19 June 2023 by Penguinplushie (talk | contribs) (Protected "Template:Nowrap/styles.css" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
Jump to navigation Jump to search
/* Prevent line breaks in silly places where desired (nowrap)
   and links when we don't want them to (nowraplinks a) */
.nowrap,
.nowraplinks a {
	white-space: nowrap;
}