mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-30 18:45:07 +00:00
Wrap table-cell buttons in table-row
Removes unwanted 2px bottom margin from footer buttons. Change-Id: I67c1d5f21d7c62a436010932e3d7b6257e4b73ff
This commit is contained in:
parent
b846c11910
commit
1f002745a7
|
@ -61,7 +61,10 @@
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons .oo-ui-buttonElement {
|
.mw-echo-ui-notificationBadgeButtonPopupWidget-footer-buttons {
|
||||||
|
display: table-row;
|
||||||
|
|
||||||
|
.oo-ui-buttonElement {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
@ -91,5 +94,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue