mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 07:54:13 +00:00
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:
parent
81cc6d1674
commit
e239d4c256
|
@ -3,7 +3,7 @@
|
|||
.mw-echo-ui-bundledNotificationGroupWidget {
|
||||
|
||||
&:not(:first-child) {
|
||||
margin-top: @bundle-group-padding;
|
||||
padding-top: @bundle-group-padding;
|
||||
}
|
||||
|
||||
&-title {
|
||||
|
|
Loading…
Reference in a new issue