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: https://develop.svn.wordpress.org/trunk@23976 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2013-04-12 21:19:22 +00:00
parent 239ccffe14
commit f0ec9137ad
1 changed files with 2 additions and 1 deletions

View File

@ -3044,6 +3044,7 @@ ul.cat-checklist {
padding: 3px 8px;
font-size: 1.7em;
line-height: 100%;
height: 1.7em;
width: 100%;
outline: none;
}
@ -3053,7 +3054,7 @@ ul.cat-checklist {
color: #bbb;
position: absolute;
font-size: 1.7em;
padding: 8px 10px;
padding: 11px 10px;
}
#wp-fullscreen-save .fs-saved {