From 3b50596c5dd3859561f6862290aa21632c6d5c03 Mon Sep 17 00:00:00 2001 From: Farhad Yasir Date: Mon, 25 Mar 2019 11:45:05 +0000 Subject: [PATCH] Fix border radius of discussion comments --- app/assets/stylesheets/pages/notes.scss | 1 + changelogs/unreleased/fix-missing-border.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 changelogs/unreleased/fix-missing-border.yml 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 { diff --git a/changelogs/unreleased/fix-missing-border.yml b/changelogs/unreleased/fix-missing-border.yml new file mode 100644 index 00000000000..21728223cb8 --- /dev/null +++ b/changelogs/unreleased/fix-missing-border.yml @@ -0,0 +1,5 @@ +--- +title: Fixes missing border color in discussion card component +merge_request: 26242 +author: Farhad Yasir +type: fixed