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:
@@ -263,8 +263,8 @@ div#c-posts {
|
||||
}
|
||||
|
||||
#content {
|
||||
margin-left:15em;
|
||||
padding-left:1em;
|
||||
margin-left: 15em;
|
||||
padding-left: 1em;
|
||||
}
|
||||
|
||||
span.close-button {
|
||||
@@ -277,7 +277,7 @@ div#c-posts {
|
||||
|
||||
div#quick-edit-div {
|
||||
textarea {
|
||||
width: 30em;
|
||||
width: 100%;
|
||||
height: 4em;
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user