summaryrefslogtreecommitdiff
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-20 11:34:14 -0500
commit9b11bfdbbc6889199c47a879c4dcbb9573e221b7 (patch)
tree134f20f3fab9ca0134fe603efd0563e48ccba3fa
parent0463167c22c5413ac85e002f18f0957865e901f1 (diff)
downloadgitlab-ce-58538-discussion-top-radius.tar.gz
Fix top border radius of discussions58538-discussion-top-radius
-rw-r--r--app/assets/stylesheets/framework/timeline.scss1
-rw-r--r--changelogs/unreleased/58538-discussion-top-radius.yml5
2 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/timeline.scss b/app/assets/stylesheets/framework/timeline.scss
index 3d5208c3db5..8f2092d1a5e 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: $gl-padding-4 $gl-padding-4 0 0;
}
diff --git a/changelogs/unreleased/58538-discussion-top-radius.yml b/changelogs/unreleased/58538-discussion-top-radius.yml
new file mode 100644
index 00000000000..c3fabd56288
--- /dev/null
+++ b/changelogs/unreleased/58538-discussion-top-radius.yml
@@ -0,0 +1,5 @@
+---
+title: Fix top border radius of discussions
+merge_request:
+author:
+type: fixed