mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-13 17:57:21 +00:00
b9b1363ca6
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
7 lines
131 B
Plaintext
7 lines
131 B
Plaintext
.mw-echo-ui-actionMenuPopupWidget-menu {
|
|
&.oo-ui-menuSelectWidget {
|
|
// Override width: 100%; rule from OOUI
|
|
width: auto;
|
|
}
|
|
}
|