jenkins-bot has submitted this change and it was merged.

Change subject: Toolbar: Be less aggressive with 'white-space: nowrap'
......................................................................


Toolbar: Be less aggressive with 'white-space: nowrap'

Tools like PopupToolGroup can have a lot of content, which should be
wrapped normally.

Follow-up to 5addf7d7f5c0b8b10c62d3e83101fcfce78fa390.

Change-Id: If9b8af3b9ea34e032a1da7ca1a57e0cc4b9863eb
---
M src/styles/Toolbar.less
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Catrope: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/src/styles/Toolbar.less b/src/styles/Toolbar.less
index dd1a8c0..2bc054f 100644
--- a/src/styles/Toolbar.less
+++ b/src/styles/Toolbar.less
@@ -18,6 +18,11 @@
                .oo-ui-toolbar-narrow & {
                        white-space: normal;
                }
+
+               // Tools like PopupToolGroup can have a lot of content, which 
should be wrapped normally
+               .oo-ui-tool {
+                       white-space: normal;
+               }
        }
 
        &-tools,

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If9b8af3b9ea34e032a1da7ca1a57e0cc4b9863eb
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Bartosz DziewoƄski <matma....@gmail.com>
Gerrit-Reviewer: Catrope <roan.katt...@gmail.com>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to