Commit 3004fb33 authored by Lukas Eipert's avatar Lukas Eipert

Set margins around dropdown dividers to 4px (based on grid)

parent 67feb7cd
......@@ -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