summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorFarhad Yasir <farhad.yasir.nb@gmail.com>2019-03-25 11:45:05 +0000
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-03-25 11:45:05 +0000
commit3b50596c5dd3859561f6862290aa21632c6d5c03 (patch)
tree812d78c6e0c2a68857101f2396e73e3454b61777 /app
parent6abd3880fbbf24471a3ea89677620049481edae3 (diff)
downloadgitlab-ce-3b50596c5dd3859561f6862290aa21632c6d5c03.tar.gz
Fix border radius of discussion comments
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/pages/notes.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss
index 88984cae513..9c72dcbc54c 100644
--- a/app/assets/stylesheets/pages/notes.scss
+++ b/app/assets/stylesheets/pages/notes.scss
@@ -44,6 +44,7 @@ $note-form-margin-left: 72px;
border: 1px solid $border-color;
border-radius: $border-radius-default;
margin: $gl-padding 0;
+ overflow: auto;
&.system-note,
&.note-form {