mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-10 07:34:34 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user