diff --git a/less/progress-bars.less b/less/progress-bars.less index abcbe87611..768f55ad92 100644 --- a/less/progress-bars.less +++ b/less/progress-bars.less @@ -54,7 +54,7 @@ // Bar of progress .progress .bar { width: 0%; - height: 18px; + height: 100%; color: @white; font-size: 12px; text-align: center;