mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Merge "Fix help menu icon placement for monobook"
This commit is contained in:
commit
e63b9f9ac0
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue