Template:Nowrap/styles.css: Difference between revisions

From Research Realm
hm
(No difference)

Revision as of 15:39, 5 March 2024

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

/* But allow wrapping where desired: */
.wrap,
.wraplinks a {
	white-space: normal;
}