summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-14 11:09:43 -0600
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2018-11-14 11:09:43 -0600
commitfee29d955840747439be745de53045165cdd9a98 (patch)
tree31ae56013bbc4742aeb2b6f5475dd6582562654c
parent315baf838862d58498ca389bdb50f05e7f52bd9d (diff)
downloadgitlab-ce-discussion-fixes-2.tar.gz
Fix diff border radiusdiscussion-fixes-2
-rw-r--r--app/assets/stylesheets/pages/note_form.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/note_form.scss b/app/assets/stylesheets/pages/note_form.scss
index 45b921a2fbb..97b3f696139 100644
--- a/app/assets/stylesheets/pages/note_form.scss
+++ b/app/assets/stylesheets/pages/note_form.scss
@@ -241,7 +241,7 @@ table {
.discussion-reply-holder {
background-color: $white-light;
padding: 10px 16px;
- border-radius: 0 0 $border-radius-default $border-radius-default;
+ border-radius: 0 0 3px 3px;
&.is-replying {
padding-bottom: $gl-padding;