Skip to content

Commit 1fafa38

Browse files
committed
Fix the OK button height on edit the slug in classic editor
1 parent f27fe48 commit 1fafa38

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-admin/css/edit.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ input#link_url {
112112
color: #646970;
113113
}
114114

115-
#edit-slug-box .button.button-small {
115+
#edit-slug-box .button.save {
116116
vertical-align: middle;
117-
height: 36px;
117+
min-height: 36px;
118118
}
119119

120120
#sample-permalink {

0 commit comments

Comments
 (0)