Autoprefixer for [29496].
see #28844. Built from https://develop.svn.wordpress.org/trunk@29499 git-svn-id: http://core.svn.wordpress.org/trunk@29277 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1f20c88b68
commit
42642041dd
|
@ -343,6 +343,8 @@
|
|||
.attachment-details .setting input[type="url"],
|
||||
.attachment-details .setting textarea,
|
||||
.attachment-details .setting .value {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin: 1px;
|
||||
width: 65%;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -343,6 +343,8 @@
|
|||
.attachment-details .setting input[type="url"],
|
||||
.attachment-details .setting textarea,
|
||||
.attachment-details .setting .value {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
margin: 1px;
|
||||
width: 65%;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue