Message box headings should be block display

Upstream Minerva and MobileFrontend override.
Most message boxes don't include a heading
but when they do, inline doesn't work.

This allows us to remove rules in Minerva and MobileFrontend.

Bug: T300306
Change-Id: Ia57d98d4be39028aa2dfe4ed737755fca79c0db3
This commit is contained in:
Jon Robson 2022-02-08 13:51:06 -08:00 committed by Jdlrobson
parent aab0f8f075
commit 14a50dbd3b

View file

@ -21,10 +21,10 @@
margin: 0;
}
// Used in MobileFrontend/Nearby extensions
h2 {
color: inherit;
display: inline;
margin: 0 0.5em 0 0;
display: block;
border: 0;
font-size: 1em;
font-weight: bold;