summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-20 11:34:14 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2019-05-21 12:29:02 -0500
commitbfddf9b65e1d4f04a2b5f8926c726bc22b36493e (patch)
tree5dfebc56ca9884ddc521328c1effb24496c60f4c /app/assets/stylesheets/framework
parent0463167c22c5413ac85e002f18f0957865e901f1 (diff)
downloadgitlab-ce-bfddf9b65e1d4f04a2b5f8926c726bc22b36493e.tar.gz
Fix border radius of discussions
Diffstat (limited to 'app/assets/stylesheets/framework')
-rw-r--r--app/assets/stylesheets/framework/timeline.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss
index 3d5208c3db5..e8176e59c19 100644
--- a/app/assets/stylesheets/framework/timeline.scss
+++ b/app/assets/stylesheets/framework/timeline.scss
@@ -55,4 +55,5 @@
.discussion .timeline-entry {
margin: 0;
border-right: 0;
+ border-radius: $border-radius-default $border-radius-default 0 0;
}