Autoprefixer for [31038].

see #30886.

git-svn-id: https://develop.svn.wordpress.org/trunk@31061 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling (ocean90) 2015-01-06 21:43:35 +00:00
parent 76afa9f9a3
commit afb8352a70

View File

@ -463,6 +463,8 @@
.compat-item .field textarea {
width: 100%;
margin: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}