Template:Nowrap/styles.css

From HIBIKIFORUM
< Template:Nowrap
Revision as of 23:27, 15 June 2023 by Penguinplushie (talk | contribs) (Created page with "→‎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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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;
}