From 7ca2e674cd2fbd69cba16013fadace575251a76e Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 28 Oct 2014 20:47:30 +0000 Subject: [PATCH] Autoprefix box sizing Results are from running grunt autoprefix. Needed for FF before 29 and Safari before 5.1. fixes #27553 git-svn-id: https://develop.svn.wordpress.org/trunk@30070 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/css/editor.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css index 8de8b04533..b0f947d1c8 100644 --- a/src/wp-includes/css/editor.css +++ b/src/wp-includes/css/editor.css @@ -828,6 +828,8 @@ i.mce-i-hr:before { .wp-switch-editor { float: left; + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; box-sizing: content-box; position: relative; top: 1px;