Merge branch 'master' into 'master'

Fixes issue boards list colored top border visual glitch

See merge request !7898
This commit is contained in:
Annabel Dunstone Gray 2016-12-27 17:47:10 +00:00
commit 1a8ae2c086
2 changed files with 11 additions and 1 deletions

View file

@ -109,6 +109,12 @@
&.has-border { &.has-border {
border-top: 3px solid; border-top: 3px solid;
margin-top: -1px;
margin-right: -1px;
margin-left: -1px;
padding-top: 1px;
padding-right: 1px;
padding-left: 1px;
.board-title { .board-title {
padding-top: ($gl-padding - 3px); padding-top: ($gl-padding - 3px);

View file

@ -0,0 +1,4 @@
---
title: Fixes issue boards list colored top border visual glitch
merge_request: 7898
author: Pier Paolo Ramon