Commit 4ef432c6 authored by Mark Florian's avatar Mark Florian

Merge branch 'design-comments-margin-bottom-fix' into 'master'

Fix lack-of padding on design view notes sidebar

See merge request gitlab-org/gitlab!29654
parents f3544bb1 37ebbbe9
......@@ -26,7 +26,7 @@
.image-notes {
overflow-y: scroll;
padding: 0 $gl-padding;
padding: $gl-padding;
padding-top: 50px;
background-color: $white;
flex-shrink: 0;
......
---
title: Fix lack-of padding on design view notes sidebar
merge_request: 29654
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