mirror of
git://develop.git.wordpress.org/
synced 2025-02-24 08:33:35 +01:00
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:
parent
d09f6ef81c
commit
74b68afa3f
@ -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;
|
||||
@ -223,7 +223,7 @@ button.not-a-button {
|
||||
left: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 12px;
|
||||
padding: 12px;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user