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:
parent
aab0f8f075
commit
14a50dbd3b
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue