Template:Nowrap/styles.css: Difference between revisions

From HIBIKIFORUM
Jump to navigation Jump to search
 
m (Protected "Template:Nowrap/styles.css" ([Edit=Require template editor access] (indefinite) [Move=Require template editor access] (indefinite)))
(No difference)

Revision as of 01:52, 19 June 2023

/* 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;
}