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 @@
width: 320px;
.dropdown-content {
max-height: 162px;
max-height: 140px;
}
}
.issue-board-dropdown-content {
margin: 0 8px 10px;
padding-bottom: 10px;
border-bottom: 1px solid $dropdown-divider-bg;
margin: 0;
padding: $gl-padding-4 $gl-padding $gl-padding;
border-bottom: 0;
color: $gl-text-color-secondary;
}
.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