From 2ed0e470ba0a5b6f04df56cc530ed1c4e07e44ad Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Thu, 5 May 2016 15:21:10 +0000 Subject: [PATCH] Revive `grunt-rtlcss`, which does not appear to enjoy syntax errors. props netweb. see #36753, #29792. git-svn-id: https://develop.svn.wordpress.org/trunk@37363 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/install.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/css/install.css b/src/wp-admin/css/install.css index 1524b4a3e3..34848e66cd 100644 --- a/src/wp-admin/css/install.css +++ b/src/wp-admin/css/install.css @@ -132,7 +132,7 @@ label { } textarea { border: 1px solid #ddd; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;