style width update

Removal of max-width.
Couldn't find where the "quick-edit-div" was, but should be fine.
Also fixing my lack of spaces from the previous edit.
This commit is contained in:
Lightforger
2013-03-18 13:25:52 +01:00
parent 869249b20a
commit 3ae8badded

View File

@@ -277,7 +277,7 @@ div#c-posts {
div#quick-edit-div { div#quick-edit-div {
textarea { textarea {
width: 30em; width: 100%;
height: 4em; height: 4em;
display: block; display: block;
} }