Fix portlet layout for proper handling of non-ul content

For some reason the margin was on the ul, and I have no clue why.
Breaks stuff like wikibase, announcements, anything doing non-ul
portlet content, really.

Change-Id: I201a777547d8bd1b674c8c5d987ab77d4130bfcf
isekai
Isarra 6 years ago
parent 073c37d33b
commit 2c4196e5c1

@ -68,7 +68,7 @@
border-bottom: solid 2px @base70;
}
ul {
.mw-portlet-body {
margin-bottom: 2em;
}

Loading…
Cancel
Save