mediawiki-extensions-Echo/modules/styles/mw.echo.ui.ActionMenuPopupWidget.less
Roan Kattouw b9b1363ca6 Make dotdotdot menu not be extremely wide
Work around new styles introduced in oojs-ui in I77cd5212c.

Bonus: remove useless styles targeting the dotdotdot popup
in NotificationItemWidget.less: it's not even a popupWidget
any more and it's located in an overlay anyway, so these
styles didn't do anything.

Change-Id: Ifb16b7bb0b01c1eb2551ba4c173042cc759e9b02
2016-08-19 14:48:29 -07:00

7 lines
131 B
Plaintext

.mw-echo-ui-actionMenuPopupWidget-menu {
&.oo-ui-menuSelectWidget {
// Override width: 100%; rule from OOUI
width: auto;
}
}