Merge branch 'fix/missing-border' into 'master'

fix(ui-bug): missing border of comments

Closes #58915 and #58538

See merge request gitlab-org/gitlab-ce!26242
This commit is contained in:
Annabel Dunstone Gray 2019-03-25 11:45:06 +00:00
commit 4e045cd5aa
2 changed files with 6 additions and 0 deletions

View File

@ -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 {

View File

@ -0,0 +1,5 @@
---
title: Fixes missing border color in discussion card component
merge_request: 26242
author: Farhad Yasir
type: fixed