Merge "MWReferenceResultWidget: Remove border from last item"

This commit is contained in:
jenkins-bot 2015-09-21 06:56:12 +00:00 committed by Gerrit Code Review
commit 03ef91fade

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;
}