Amend firstHeading
selector
Turning it into a class selector similar and amending the distances to not rely on `line-height` in order to prevent unwanted side-effects in non Latin scripts. Follow-up to I85b5172a851bcfbf00606f355453f591782f9cc2 Depends-On: I2edf9f40e5b4b9296195cb581e216f82b28933ca Bug: T239657 Change-Id: Ia27b48d45ad3fa4ab2f517734bd0cbe0d94f5ed4
This commit is contained in:
parent
0612572200
commit
ac9ba37713
1 changed files with 3 additions and 1 deletions
|
@ -93,7 +93,9 @@ pre,
|
|||
line-height: 1.1em;
|
||||
}
|
||||
|
||||
#firstHeading {
|
||||
.firstHeading {
|
||||
margin-top: 0.4em;
|
||||
margin-bottom: 0.1em;
|
||||
padding-top: 0;
|
||||
overflow: visible;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue