Merge branch 'master' into 'master'
Fixes issue boards list colored top border visual glitch See merge request !7898
This commit is contained in:
commit
1a8ae2c086
2 changed files with 11 additions and 1 deletions
|
@ -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);
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
---
|
||||||
|
title: Fixes issue boards list colored top border visual glitch
|
||||||
|
merge_request: 7898
|
||||||
|
author: Pier Paolo Ramon
|
Loading…
Reference in a new issue