Skip to content

Commit bc7dcb6

Browse files
committed
Fix height in mobile viewport
1 parent ccc25c1 commit bc7dcb6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/wp-admin/css/customize-controls.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2996,9 +2996,8 @@ body.adding-widget .add-new-widget:before,
29962996
}
29972997

29982998
.wp-core-ui.wp-customizer .button {
2999-
min-height: 30px;
30002999
padding: 0 14px;
3001-
line-height: 2;
3000+
line-height: 2.14285714; /* 30px */
30023001
font-size: 14px;
30033002
vertical-align: middle;
30043003
}

0 commit comments

Comments
 (0)