Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/110696

Change subject: mediawiki.ui: Remove white-space: nowrap; for buttons
......................................................................

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
---
M resources/mediawiki.ui/components/default/buttons.less
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/96/110696/1

diff --git a/resources/mediawiki.ui/components/default/buttons.less 
b/resources/mediawiki.ui/components/default/buttons.less
index 553d077..73b5dc4 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

-- 
To view, visit https://gerrit.wikimedia.org/r/110696
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I095e375c498cd0f92615ec8f42e9ce5257f0213b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to