diff --git a/frontend/app/styles/main.css b/frontend/app/styles/main.css index e41ee33498..2184ddf994 100644 --- a/frontend/app/styles/main.css +++ b/frontend/app/styles/main.css @@ -282,15 +282,11 @@ pre.clearpre { } .progress.progress-bar-sm { - height: 10px; + height: 4px; } .progress.progress-bar-sm .progress-bar { - line-height: 10px; -} - -.progress.task-progress { - margin-bottom: 4px !important; + line-height: 4px; } .progress.task-progress .progress-bar { diff --git a/frontend/app/views/directives/task-progress.html b/frontend/app/views/directives/task-progress.html index 454c1c2811..100d7e8b7a 100644 --- a/frontend/app/views/directives/task-progress.html +++ b/frontend/app/views/directives/task-progress.html @@ -1,4 +1,4 @@ -