Fix spacing of .compat-item .field
form widgets in media modal.
Props trepmal. Fixes #30886. git-svn-id: https://develop.svn.wordpress.org/trunk@31038 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5df9963414
commit
3fe38d959a
@ -449,7 +449,8 @@
|
||||
|
||||
.compat-item .field {
|
||||
float: right;
|
||||
width: 66%;
|
||||
width: 65%;
|
||||
margin: 1px;
|
||||
}
|
||||
|
||||
.compat-item .field input[type="text"],
|
||||
@ -458,9 +459,11 @@
|
||||
.compat-item .field input[type="number"],
|
||||
.compat-item .field input[type="search"],
|
||||
.compat-item .field input[type="tel"],
|
||||
.compat-item .field input[type="url"] {
|
||||
.compat-item .field input[type="url"],
|
||||
.compat-item .field textarea {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.sidebar-for-errors .attachment-details,
|
||||
|
Loading…
Reference in New Issue
Block a user