From df77fc273dcfa6bb93ea75338931768105db0f4d Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Tue, 18 Sep 2012 21:36:31 +0000 Subject: [PATCH] Twenty Twelve: update base style for comment textarea and input elements to avoid clipping off the edges. Props emiluzelac and obenland, fixes #21916. git-svn-id: http://core.svn.wordpress.org/trunk@21897 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 00fa02a0c..37223722b 100644 --- a/style.css +++ b/style.css @@ -1179,12 +1179,14 @@ a.comment-reply-link:hover { } #respond form input[type="text"], #respond form textarea { + -moz-box-sizing: border-box; + box-sizing: border-box; font-size: 12px; font-size: 0.857142857rem; line-height: 1.714285714; padding: 10px; padding: 0.714285714rem; - width: 96%; + width: 100%; } #respond form p.form-allowed-tags { margin: 0;