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:
Filipa Lacerda 2018-02-19 17:27:23 +00:00
commit 9f06e31398
2 changed files with 6 additions and 1 deletions

View File

@ -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;

View File

@ -0,0 +1,5 @@
---
title: Fix single digit value clipping for stacked progress bar
merge_request: 17217
author:
type: fixed