diff --git a/stylesheets/style.css b/stylesheets/style.css index 56140561..2565ba4f 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -93,13 +93,17 @@ input[type="text"],input[type="password"],textarea { text-shadow: none; text-transform: none; word-spacing: normal; - max-width: 75%; + max-width: 100%; } #quick-reply input[type="text"], input[type="password"], #quick-reply textarea { max-width: 100%; } +textarea { + width: 100%; +} + form table tr td { text-align: left; margin: 0;