summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/stacked_progress_bar.scss
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2018-07-23 15:10:47 +0530
committerKushal Pandya <kushal@gitlab.com>2018-07-24 12:58:10 +0530
commitd6ec3ac6ba7089b5e9ebdf1d89fe121287c7b9c0 (patch)
treec9e27a26bef5c99c57a70927f6b2dd8bfa9d6a18 /app/assets/stylesheets/framework/stacked_progress_bar.scss
parentb48788149485d376776c6ad7c92ef2e4f2e49930 (diff)
downloadgitlab-ce-d6ec3ac6ba7089b5e9ebdf1d89fe121287c7b9c0.tar.gz
Use `roundOffFloat` method to show decimal places in progressbar
Diffstat (limited to 'app/assets/stylesheets/framework/stacked_progress_bar.scss')
-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 528ba53a48b..29a2d5881f7 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: 30px;
+ min-width: 40px;
padding: 0 5px;
font-size: $tooltip-font-size;
font-weight: normal;