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
This commit is contained in:
Kushal Pandya 2018-12-14 05:25:13 +00:00
commit 1bfb71a888
2 changed files with 8 additions and 2 deletions

View file

@ -534,8 +534,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;

View file

@ -0,0 +1,5 @@
---
title: Adjust padding of .dropdown-title to comply with design specs
merge_request: 23546
author:
type: changed