Autoprefixer for [29496].

see #28844.

git-svn-id: https://develop.svn.wordpress.org/trunk@29499 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2014-08-15 09:41:00 +00:00
parent ae4830351c
commit 2bac022b4c
1 changed files with 2 additions and 0 deletions

View File

@ -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%;