Fix border radius of discussion comments

This commit is contained in:
Farhad Yasir 2019-03-25 11:45:05 +00:00 committed by Annabel Dunstone Gray
parent 6abd3880fb
commit 3b50596c5d
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