Customizer: Adjust styles on panel titles to prevent descenders – such as with the letters g, j, p, q, or y – from getting cut off in some browsers.

Props umeshnevase.
Fixes #33575.


git-svn-id: https://develop.svn.wordpress.org/trunk@35511 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-11-04 18:52:13 +00:00
parent d09f6ef81c
commit 74b68afa3f
1 changed files with 5 additions and 5 deletions

View File

@ -94,7 +94,7 @@ button.not-a-button {
#customize-controls .customize-info .panel-title {
font-size: 20px;
font-weight: 200;
line-height: 24px;
line-height: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
@ -334,7 +334,7 @@ h3.customize-section-title {
display: block;
float: left;
width: 48px;
height: 69px;
height: 71px;
padding: 0 24px 0 0;
margin: 0;
background: #fff;
@ -348,7 +348,7 @@ h3.customize-section-title {
}
.customize-section-back {
height: 70px;
height: 74px;
}
.ios .customize-panel-back,
@ -407,7 +407,7 @@ h3.customize-section-title {
.customize-panel-back:before,
.customize-section-back:before {
font: normal 20px/69px dashicons;
font: normal 20px/72px dashicons;
content: "\f341";
position: relative;
left: 13px;