提交 9f06e313 编写于 作者: F 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
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册