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: https://develop.svn.wordpress.org/trunk@21897 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Lance Willett 2012-09-18 21:36:31 +00:00
parent ba5853e0f6
commit 881acec892
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;