From 955f31af361b06da89c758803f87c83447801f56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Sat, 1 Feb 2014 16:50:28 +0100 Subject: [PATCH] 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 --- resources/mediawiki.ui/components/default/buttons.less | 1 - 1 file changed, 1 deletion(-) 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 -- 2.20.1