From 74b68afa3f419691b9238ba553e6f7e37a77df87 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 4 Nov 2015 18:52:13 +0000 Subject: [PATCH] =?UTF-8?q?Customizer:=20Adjust=20styles=20on=20panel=20ti?= =?UTF-8?q?tles=20to=20prevent=20descenders=20=E2=80=93=20such=20as=20with?= =?UTF-8?q?=20the=20letters=20g,=20j,=20p,=20q,=20or=20y=20=E2=80=93=20fro?= =?UTF-8?q?m=20getting=20cut=20off=20in=20some=20browsers.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Props umeshnevase. Fixes #33575. git-svn-id: https://develop.svn.wordpress.org/trunk@35511 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/customize-controls.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/wp-admin/css/customize-controls.css b/src/wp-admin/css/customize-controls.css index 353a69bd70..0869002ec0 100644 --- a/src/wp-admin/css/customize-controls.css +++ b/src/wp-admin/css/customize-controls.css @@ -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;