...@@ -44,7 +44,6 @@ $note-form-margin-left: 72px; ...@@ -44,7 +44,6 @@ $note-form-margin-left: 72px;
border: 1px solid $border-color; border: 1px solid $border-color;
border-radius: $border-radius-default; border-radius: $border-radius-default;
margin: $gl-padding 0; margin: $gl-padding 0;
overflow: auto;
&.system-note, &.system-note,
&.note-form { &.note-form {
... ...
......
---
title: Fixes missing border color in discussion card component
merge_request: 26242
author: Farhad Yasir
type: fixed