Template:Nowrap/styles.css

From Research Realm
Revision as of 07:16, 15 September 2024 by Ringtail Raider (talk | contribs)
(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;
}

/* wm commons version
.nowrap,
.nowrap a:before,
.nowrap .selflink:before {
	white-space: nowrap;
} */