Commit 60736db4 authored by Annabel Dunstone's avatar Annabel Dunstone

Remove max-width from comments

parent d3ff7ca0
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
.new-note { .new-note {
margin: 0; margin: 0;
border: none; border: none;
border-right: 1px solid $table-border-gray;
} }
} }
...@@ -90,7 +89,6 @@ ...@@ -90,7 +89,6 @@
.discussion-form { .discussion-form {
padding: $gl-padding-top $gl-padding; padding: $gl-padding-top $gl-padding;
background-color: $white-light; background-color: $white-light;
border-right: 1px solid $table-border-gray;
} }
.note-edit-form { .note-edit-form {
...@@ -132,13 +130,7 @@ ...@@ -132,13 +130,7 @@
.discussion-reply-holder { .discussion-reply-holder {
background-color: $white-light; background-color: $white-light;
border-right: 1px solid $table-border-gray;
padding: 10px 16px; padding: 10px 16px;
max-width: 800px;
.new-note {
border-right: none;
}
} }
} }
......
...@@ -173,14 +173,8 @@ ul.notes { ...@@ -173,14 +173,8 @@ ul.notes {
border-width: 1px; border-width: 1px;
} }
.new-note {
max-width: 800px;
}
.notes { .notes {
max-width: 800px;
background-color: $white-light; background-color: $white-light;
border-right: 1px solid $table-border-gray;
} }
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment