Template:Nowrap/styles.css

From Research Realm
Revision as of 15:39, 5 March 2024 by Ringtail Raider (talk | contribs) (hm)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* 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;
}