Wrap table-cell buttons in table-row

Removes unwanted 2px bottom margin from footer buttons.

Change-Id: I67c1d5f21d7c62a436010932e3d7b6257e4b73ff
This commit is contained in:
Ed Sanders 2016-06-21 20:24:20 +01:00
parent b846c11910
commit 1f002745a7

View file

@ -61,7 +61,10 @@
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;
white-space: normal;
font-weight: bold;
@ -91,5 +94,6 @@
}
}
}
}
}