Media: Reset box-sizing for input elements in the entire media modal.
See [29727]. Props tyxla for initial patch. Fixes #34556. git-svn-id: https://develop.svn.wordpress.org/trunk@35699 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
328a6b21c0
commit
63d9d27e57
@ -7,9 +7,9 @@
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.media-frame input,
|
||||
.media-frame select,
|
||||
.media-frame textarea {
|
||||
.media-modal input,
|
||||
.media-modal select,
|
||||
.media-modal textarea {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
|
Loading…
Reference in New Issue
Block a user