Commit 9f06e313 authored by Filipa Lacerda's avatar Filipa Lacerda

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
parents fb2a76ac af49e61e
......@@ -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;
......
---
title: Fix single digit value clipping for stacked progress bar
merge_request: 17217
author:
type: fixed
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