Remove max-width from comments

This commit is contained in:
Annabel Dunstone 2016-04-12 15:07:24 -05:00
parent d3ff7ca084
commit 60736db429
2 changed files with 0 additions and 14 deletions

View file

@ -16,7 +16,6 @@
.new-note {
margin: 0;
border: none;
border-right: 1px solid $table-border-gray;
}
}
@ -90,7 +89,6 @@
.discussion-form {
padding: $gl-padding-top $gl-padding;
background-color: $white-light;
border-right: 1px solid $table-border-gray;
}
.note-edit-form {
@ -132,13 +130,7 @@
.discussion-reply-holder {
background-color: $white-light;
border-right: 1px solid $table-border-gray;
padding: 10px 16px;
max-width: 800px;
.new-note {
border-right: none;
}
}
}

View file

@ -173,14 +173,8 @@ ul.notes {
border-width: 1px;
}
.new-note {
max-width: 800px;
}
.notes {
max-width: 800px;
background-color: $white-light;
border-right: 1px solid $table-border-gray;
}
}
}