MWReferenceResultWidget: Remove border from last item

Change-Id: I56c16711d6467647b0bb5b9bdf2d89fff1122ef4
This commit is contained in:
Ed Sanders 2015-09-20 21:50:11 +01:00
parent 8472f54d49
commit d7adf533ca

View file

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