Commit 1bfb71a8 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'winh-dropdown-title-padding' into 'master'

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

See merge request gitlab-org/gitlab-ce!23546
parents 00873960 9f16b249
...@@ -534,8 +534,9 @@ ...@@ -534,8 +534,9 @@
.dropdown-title { .dropdown-title {
position: relative; position: relative;
padding: 2px 25px 10px; padding: $dropdown-item-padding-y $dropdown-item-padding-x;
margin: 0 10px 10px; padding-bottom: #{2 * $dropdown-item-padding-y};
margin-bottom: $dropdown-item-padding-y;
font-weight: $gl-font-weight-bold; font-weight: $gl-font-weight-bold;
line-height: 1; line-height: 1;
text-align: center; 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