Mooeypoo has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/404585 )

Change subject: Fix help menu icon placement for monobook
......................................................................

Fix help menu icon placement for monobook

Bug: T184023
Change-Id: I6aa356624c7d9532fc69503f0ab99f0511fc30dc
---
M modules/styles/mw.echo.ui.SpecialHelpMenuWidget.less
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo 
refs/changes/85/404585/1

diff --git a/modules/styles/mw.echo.ui.SpecialHelpMenuWidget.less 
b/modules/styles/mw.echo.ui.SpecialHelpMenuWidget.less
index 779b89d..7d49498 100644
--- a/modules/styles/mw.echo.ui.SpecialHelpMenuWidget.less
+++ b/modules/styles/mw.echo.ui.SpecialHelpMenuWidget.less
@@ -25,6 +25,13 @@
                        padding: 0.5em;
                        margin-right: 0;
 
+                       .oo-ui-buttonElement-button .oo-ui-iconElement-icon {
+                               // OOUI Apex sets 'display:block;' with a huge 
level of specificity
+                               // on this icon. We must override it otherwise 
it sticks on its
+                               // own line
+                               display: inline-block !important;
+                       }
+
                        .oo-ui-labelElement-label {
                                white-space: normal;
                                // Width of the popup (300px) minus the

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I6aa356624c7d9532fc69503f0ab99f0511fc30dc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>

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

Reply via email to