Template:Nowrap/styles.css
From Research Realm
/* 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;
} */