From f895d9426ef0bbc99daaa7de3c4deeadd98f4443 Mon Sep 17 00:00:00 2001 From: Ed Sanders Date: Fri, 6 Dec 2024 11:35:49 +0000 Subject: [PATCH] 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 --- modules/dt.init.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/dt.init.less b/modules/dt.init.less index 0f911f652..ea99106b7 100644 --- a/modules/dt.init.less +++ b/modules/dt.init.less @@ -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.