Permanently protected template

Template:Nowrap/styles.css

From HIBIKIFORUM
< Template:Nowrap
Revision as of 08:14, 25 July 2023 by Penguinplushie (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
/* {{pp-template}} */
/* 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;
}