Skip to content

Commit 13bcff3

Browse files
Fix: Adjust theme install overlay button height and line spacing for mobile
1 parent 2878134 commit 13bcff3

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/wp-admin/css/themes.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2053,8 +2053,9 @@ body.full-overlay-active {
20532053

20542054
.theme-install-overlay .wp-full-overlay-header .button {
20552055
font-size: 14px;
2056-
line-height: 2.71428571;
2057-
min-height: 40px;
2056+
line-height: 2.14285714;
2057+
margin-top: 7px;
2058+
min-height: 32px;
20582059
padding: 0 14px;
20592060
}
20602061

0 commit comments

Comments
 (0)