Commit bfddf9b6 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Fix border radius of discussions

parent 0463167c
...@@ -55,4 +55,5 @@ ...@@ -55,4 +55,5 @@
.discussion .timeline-entry { .discussion .timeline-entry {
margin: 0; margin: 0;
border-right: 0; border-right: 0;
border-radius: $border-radius-default $border-radius-default 0 0;
} }
...@@ -107,6 +107,7 @@ $note-form-margin-left: 72px; ...@@ -107,6 +107,7 @@ $note-form-margin-left: 72px;
&.collapsed { &.collapsed {
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
border-radius: 0 0 $border-radius-default $border-radius-default;
svg { svg {
float: left; float: left;
......
---
title: Fix border radius of discussions
merge_request: 28490
author:
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