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:
Ed Sanders 2024-12-06 11:35:49 +00:00
parent 09c2d1c782
commit f895d9426e

View file

@ -487,7 +487,8 @@ h1, h2, h3, h4, h5, h6 {
align-items: flex-start !important; align-items: flex-start !important;
// stylelint-disable-next-line declaration-no-important // stylelint-disable-next-line declaration-no-important
border-bottom: 0 !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; padding-bottom: 0;
// The tap-highlight is an odd shape and shows even for cancelled events on -actions, // The tap-highlight is an odd shape and shows even for cancelled events on -actions,
// just hide it. // just hide it.