Commit 9f16b249 authored by Winnie Hellmann's avatar Winnie Hellmann

Adjust padding of .dropdown-title to comply with design specs

parent 42d37c1b
......@@ -530,8 +530,9 @@
.dropdown-title {
position: relative;
padding: 2px 25px 10px;
margin: 0 10px 10px;
padding: $dropdown-item-padding-y $dropdown-item-padding-x;
padding-bottom: #{2 * $dropdown-item-padding-y};
margin-bottom: $dropdown-item-padding-y;
font-weight: $gl-font-weight-bold;
line-height: 1;
text-align: center;
......
---
title: Adjust padding of .dropdown-title to comply with design specs
merge_request: 23546
author:
type: changed
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