Switch line-height added in [29790] to a unitless value.
props janhenckens. fixes #29451. Built from https://develop.svn.wordpress.org/trunk@29828 git-svn-id: http://core.svn.wordpress.org/trunk@29593 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
05fb60ae78
commit
5bf20b46ea
|
@ -166,7 +166,7 @@
|
|||
margin: 15px 0 3px 13px;
|
||||
padding: 12px 36px;
|
||||
height: auto;
|
||||
line-height: 20px;
|
||||
line-height: 1.4285714;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
|
|
|
@ -166,7 +166,7 @@
|
|||
margin: 15px 13px 3px 0;
|
||||
padding: 12px 36px;
|
||||
height: auto;
|
||||
line-height: 20px;
|
||||
line-height: 1.4285714;
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue