Commit dddb61a4 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'issue/62656' into 'master'

changed dropdown styles in board page

See merge request gitlab-org/gitlab-ce!29338
parents 31ce5f32 7672c433
...@@ -31,14 +31,15 @@ ...@@ -31,14 +31,15 @@
width: 320px; width: 320px;
.dropdown-content { .dropdown-content {
max-height: 162px; max-height: 140px;
} }
} }
.issue-board-dropdown-content { .issue-board-dropdown-content {
margin: 0 8px 10px; margin: 0;
padding-bottom: 10px; padding: $gl-padding-4 $gl-padding $gl-padding;
border-bottom: 1px solid $dropdown-divider-bg; border-bottom: 0;
color: $gl-text-color-secondary;
} }
.issue-boards-page { .issue-boards-page {
......
---
title: "changed the styles on `Add List` dropdown to look more like the EE vesion"
merge_request: 29338
author: Michel Engelen
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