summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-12 15:07:24 -0500
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-12 16:04:33 -0500
commit60736db429666f4145004408b722799ef144eb5f (patch)
treee7c9161cb0ccf160d6484bff053340d01ba051ae
parentd3ff7ca0846a88961d3f954c62398c54aa69c059 (diff)
downloadgitlab-ce-notes-input.tar.gz
Remove max-width from commentsnotes-input
-rw-r--r--app/assets/stylesheets/pages/note_form.scss8
-rw-r--r--app/assets/stylesheets/pages/notes.scss6
2 files changed, 0 insertions, 14 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 5e5722c2c33..f4da17fadaa 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -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;
- }
}
}
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 07dd0292453..e421a31549a 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -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;
}
}
}