We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8043320 commit 67baa8fCopy full SHA for 67baa8f
1 file changed
src/wp-admin/css/edit.css
@@ -140,7 +140,7 @@ input#link_url {
140
#editable-post-name input {
141
font-size: 13px;
142
font-weight: 400;
143
- height: 24px;
+ min-height: 32px;
144
margin: 0;
145
width: 16em;
146
}
@@ -1068,6 +1068,10 @@ form#tags-filter {
1068
#edit-slug-box {
1069
padding: 0;
1070
1071
+
1072
+ #editable-post-name input {
1073
+ min-height: 40px;
1074
+ }
1075
1076
1077
@media only screen and (max-width: 1004px) {
0 commit comments