Commit 1a8ae2c0 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'master' into 'master'

Fixes issue boards list colored top border visual glitch

See merge request !7898
parents f264ec6e bb1fd056
......@@ -31,7 +31,7 @@
.dropdown-content {
max-height: 150px;
}
}
}
.issue-board-dropdown-content {
......@@ -109,6 +109,12 @@
&.has-border {
border-top: 3px solid;
margin-top: -1px;
margin-right: -1px;
margin-left: -1px;
padding-top: 1px;
padding-right: 1px;
padding-left: 1px;
.board-title {
padding-top: ($gl-padding - 3px);
......
---
title: Fixes issue boards list colored top border visual glitch
merge_request: 7898
author: Pier Paolo Ramon
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