Commit b7510d7a authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'fix-design-note-border-radius' into 'master'

Fix background overflow when design note is selected

See merge request gitlab-org/gitlab!36931
parents 3a79b4e7 a18b35ec
......@@ -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