From 26dad5f56defc9efab0be87afc5c9c18d6d844a5 Mon Sep 17 00:00:00 2001 From: Dave DeSandro Date: Mon, 2 Jul 2012 17:21:26 -0400 Subject: [PATCH] .progress .bar { height: 100% } --- less/progress-bars.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;