Commit a18b35ec authored by Tom Quirk's avatar Tom Quirk

Fix border overflow bug on design note

Design note backgrounds overflow border slightly when
note is selected. Specifying border radius solves this.
parent e8771823
......@@ -109,6 +109,8 @@
padding: $gl-padding;
list-style: none;
transition: background $gl-transition-duration-medium $general-hover-transition-curve;
border-top-left-radius: $border-radius-default; // same border radius used by .bordered-box
border-top-right-radius: $border-radius-default;
a {
color: inherit;
......
---
title: Fix background overflow when design note is selected
merge_request: 36931
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