Merge branch 'kp-fix-stacked-bar-progress-value-clipping' into 'master'
Fix single digit value clipping for stacked progress bar Closes gitlab-ee#4864 See merge request gitlab-org/gitlab-ce!17217
This commit is contained in:
commit
9f06e31398
2 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
.status-neutral,
|
||||
.status-red, {
|
||||
height: 100%;
|
||||
min-width: 25px;
|
||||
min-width: 30px;
|
||||
padding: 0 5px;
|
||||
font-size: $tooltip-font-size;
|
||||
font-weight: normal;
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix single digit value clipping for stacked progress bar
|
||||
merge_request: 17217
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue