mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
Merge "NotificationBadgeWidget: Fix alignment of actions buttons"
This commit is contained in:
commit
bb89634306
|
@ -17,6 +17,10 @@
|
|||
border-top: 1px solid #DDDDDD;
|
||||
width: 100%;
|
||||
|
||||
> .oo-ui-buttonGroupWidget {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.oo-ui-buttonElement {
|
||||
display: table-cell;
|
||||
white-space: normal;
|
||||
|
@ -33,6 +37,7 @@
|
|||
line-height: 4em;
|
||||
margin: 0;
|
||||
border: 0;
|
||||
padding: 0.5em;
|
||||
|
||||
.oo-ui-iconElement-icon {
|
||||
// HACK: these are absolutely positioned in OOUI, and our line-height: 4em;
|
||||
|
|
Loading…
Reference in a new issue