summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2018-02-19 21:59:05 +0530
committerKushal Pandya <kushal@gitlab.com>2018-02-19 21:59:05 +0530
commitcca0f0a5dae0cf561f4491c71483aec08151b9dc (patch)
tree2c6cc52a7f51efc262e75d253cb2af41f8637b14
parentfb2a76ac484f5bba305abdf7b54a18ee8133f63f (diff)
downloadgitlab-ce-cca0f0a5dae0cf561f4491c71483aec08151b9dc.tar.gz
Fix single digit value clipping
-rw-r--r--app/assets/stylesheets/framework/stacked_progress_bar.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/stacked_progress_bar.scss b/app/assets/stylesheets/framework/stacked_progress_bar.scss
index 4869cda73e5..528ba53a48b 100644
--- a/app/assets/stylesheets/framework/stacked_progress_bar.scss
+++ b/app/assets/stylesheets/framework/stacked_progress_bar.scss
@@ -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;