mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 17:48:01 +01:00
Set a height for post title input
Firefox ignores the line-height because it declares line-height with `normal !important` in one of it's browser stylesheets. This can result in missing dots above umlauts. props helen, lessbloat. fixes #23189 git-svn-id: http://core.svn.wordpress.org/trunk@23976 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
44752d0dad
commit
57dca8c80e
@ -3044,6 +3044,7 @@ ul.cat-checklist {
|
|||||||
padding: 3px 8px;
|
padding: 3px 8px;
|
||||||
font-size: 1.7em;
|
font-size: 1.7em;
|
||||||
line-height: 100%;
|
line-height: 100%;
|
||||||
|
height: 1.7em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
@ -3053,7 +3054,7 @@ ul.cat-checklist {
|
|||||||
color: #bbb;
|
color: #bbb;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
font-size: 1.7em;
|
font-size: 1.7em;
|
||||||
padding: 8px 10px;
|
padding: 11px 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#wp-fullscreen-save .fs-saved {
|
#wp-fullscreen-save .fs-saved {
|
||||||
|
Loading…
Reference in New Issue
Block a user