Skip to content

Commit 67baa8f

Browse files
committed
Classic Editor: reduce height of slug editing field
1 parent 8043320 commit 67baa8f

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/wp-admin/css/edit.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ input#link_url {
140140
#editable-post-name input {
141141
font-size: 13px;
142142
font-weight: 400;
143-
height: 24px;
143+
min-height: 32px;
144144
margin: 0;
145145
width: 16em;
146146
}
@@ -1068,6 +1068,10 @@ form#tags-filter {
10681068
#edit-slug-box {
10691069
padding: 0;
10701070
}
1071+
1072+
#editable-post-name input {
1073+
min-height: 40px;
1074+
}
10711075
}
10721076

10731077
@media only screen and (max-width: 1004px) {

0 commit comments

Comments
 (0)