Make sure reference result menu can wrap

OOUI was effectively overriding this with it's own rule for labels in an option
widget.

Bug: T99267
Change-Id: I82ce2d5ec1a859075d7bf1010ca76cdea9ead1a0
This commit is contained in:
Alex Monk 2015-05-17 14:23:45 +01:00
parent c6ad199561
commit d39e4c3ee9

View file

@ -11,7 +11,7 @@
border-bottom: solid 1px #eee;
}
.ve-ui-mwReferenceResultWidget .oo-ui-labelElement-label {
.ve-ui-mwReferenceResultWidget.oo-ui-labelElement .oo-ui-labelElement-label {
white-space: normal;
}