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
This commit is contained in:
Lance Willett 2012-09-18 21:36:31 +00:00
parent f401b1da8b
commit df77fc273d
1 changed files with 3 additions and 1 deletions

View File

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