Commit 0a5eb08a authored by Clement Ho's avatar Clement Ho

Merge branch '39444-make-margin-around-dropdown-dividers-4px' into 'master'

Resolve "Make margin around dropdown dividers 4px"

Closes #39444

See merge request gitlab-org/gitlab-ce!17517
parents 3da9cb69 3004fb33
......@@ -272,7 +272,7 @@
.divider {
height: 1px;
margin: 6px 0;
margin: #{$grid-size / 2} 0;
padding: 0;
background-color: $dropdown-divider-color;
......
---
title: Set margins around dropdown dividers to 4px
merge_request: 17517
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