Skip to content

Commit

Permalink
fix a recently introduced quick-reply max-width issue
Browse files Browse the repository at this point in the history
  • Loading branch information
czaks committed Sep 27, 2014
1 parent f2e101f commit 629b1c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions stylesheets/style.css
Expand Up @@ -102,6 +102,10 @@ input[type="text"], input[type="password"], textarea {
max-width: 75%;
}

#quick-reply input[type="text"], input[type="password"], #quick-reply textarea {
max-width: 100%;
}

form table tr td {
text-align: left;
margin: 0;
Expand Down

0 comments on commit 629b1c9

Please sign in to comment.