Do not wrap the "License" field on Special:Version
authorRicordisamoa <ricordisamoa@openmailbox.org>
Sun, 8 Feb 2015 02:03:36 +0000 (03:03 +0100)
committerRicordisamoa <ricordisamoa@openmailbox.org>
Sun, 19 Apr 2015 20:58:05 +0000 (22:58 +0200)
"GPL-2.0+" and similar codes might otherwise get wrapped after "-".

Change-Id: I613b0f61e6bf2951000a0674438e0ed3f1523fab

resources/src/mediawiki.special/mediawiki.special.version.css

index 7c87d68..b4efa9a 100644 (file)
@@ -5,6 +5,7 @@
        font-weight: bold;
 }
 
+.mw-version-ext-license,
 .mw-version-ext-vcs-timestamp {
        white-space: nowrap;
 }