mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-12-18 11:02:57 +00:00
Add !important rule to mobile margin overrides
An upstream change in specificity caused a bottom margin of 0.5em to start applying. Bug: T381651 Change-Id: If68464b431202b657102223b61342eaa4c50f24a
This commit is contained in:
parent
09c2d1c782
commit
f895d9426e
|
@ -487,7 +487,8 @@ h1, h2, h3, h4, h5, h6 {
|
|||
align-items: flex-start !important;
|
||||
// stylelint-disable-next-line declaration-no-important
|
||||
border-bottom: 0 !important;
|
||||
margin: 5px 0 0 0;
|
||||
// stylelint-disable-next-line declaration-no-important
|
||||
margin: 5px 0 0 0 !important;
|
||||
padding-bottom: 0;
|
||||
// The tap-highlight is an odd shape and shows even for cancelled events on -actions,
|
||||
// just hide it.
|
||||
|
|
Loading…
Reference in a new issue