Twentyten: Prevent right edge of the comment textarea from being hidden from view in Firefox. see #12994

git-svn-id: https://develop.svn.wordpress.org/trunk@14115 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2010-04-16 19:07:00 +00:00
parent 026bdbc61c
commit 65f1f09e69
1 changed files with 2 additions and 2 deletions

View File

@ -1010,11 +1010,11 @@ h3#reply-title {
font-size: 12px;
}
#respond input {
margin:0 0 9px 0;
margin:0 0 9px;
width:98%;
}
#respond textarea {
width:99%;
width:98%;
}
#respond dt,
#respond dd {