From: Bartosz DziewoƄski Date: Sat, 1 Feb 2014 15:50:28 +0000 (+0100) Subject: mediawiki.ui: Remove white-space: nowrap; for buttons X-Git-Tag: 1.31.0-rc.0~17020^2 X-Git-Url: http://git.cyclocoop.org//%22javascript:ModifierStyle%28%27%22.%24id.%22%27%29/%22?a=commitdiff_plain;h=955f31af361b06da89c758803f87c83447801f56;p=lhc%2Fweb%2Fwiklou.git mediawiki.ui: Remove white-space: nowrap; for buttons They are already display: inline-block; to prevent standard text-like line-breaking; however, buttons with very long text might need internal line-breaks to display nicely. Bug: 60660 Change-Id: I095e375c498cd0f92615ec8f42e9ce5257f0213b --- diff --git a/resources/mediawiki.ui/components/default/buttons.less b/resources/mediawiki.ui/components/default/buttons.less index 553d07772d..73b5dc4260 100644 --- a/resources/mediawiki.ui/components/default/buttons.less +++ b/resources/mediawiki.ui/components/default/buttons.less @@ -44,7 +44,6 @@ // Content styling text-align: center; font-weight: bold; - white-space: nowrap; text-shadow: 0 1px rgba(0, 0, 0, .1); // Interaction styling