Use padding instead of margin to separate cross-wiki sections from each other

So that margin collapsing doesn't eat up the extra space we wanted to create.

Bug: T128069
Change-Id: Ib3b96c54c2ace52cf28047a5f9f012fcc56ccb9c
This commit is contained in:
Roan Kattouw 2016-03-03 16:19:45 -08:00
parent 81cc6d1674
commit e239d4c256

View file

@ -3,7 +3,7 @@
.mw-echo-ui-bundledNotificationGroupWidget {
&:not(:first-child) {
margin-top: @bundle-group-padding;
padding-top: @bundle-group-padding;
}
&-title {