Skip to content

Commit 1d363fc

Browse files
committed
fix height of buttons
1 parent 94f3de0 commit 1d363fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/wp-includes/css/buttons.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ TABLE OF CONTENTS:
4747
text-decoration: none;
4848
font-size: 13px;
4949
line-height: 1.538; /* 20px */
50-
min-height: 40px;
50+
min-height: 42px;
5151
margin: 0;
5252
padding: 0 12px;
5353
cursor: pointer;
@@ -71,7 +71,7 @@ TABLE OF CONTENTS:
7171

7272
.wp-core-ui .button.button-large,
7373
.wp-core-ui .button-group.button-large .button {
74-
min-height: 42px;
74+
min-height: 44px;
7575
line-height: 1.84615; /* 24px */
7676
}
7777

0 commit comments

Comments
 (0)