Commit 4e045cd5 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

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
parents 6abd3880 3b50596c
......@@ -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 {
......
---
title: Fixes missing border color in discussion card component
merge_request: 26242
author: Farhad Yasir
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment