aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-03 20:11:27 -0700
committerMark Otto <[email protected]>2013-09-03 20:11:27 -0700
commit143403f3fd42aeafa204602da22c4fd481c81435 (patch)
tree7eaad3006ffef2d7c7f040743a84cc730cfd74df /less
parentdcdafa422057863aea3e328e1d86ee25eda7e37b (diff)
downloadbootstrap-143403f3fd42aeafa204602da22c4fd481c81435.tar.xz
bootstrap-143403f3fd42aeafa204602da22c4fd481c81435.zip
Fixes #10407: Add line-height to progress bar for proper text alignment within
Diffstat (limited to 'less')
-rw-r--r--less/progress-bars.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/less/progress-bars.less b/less/progress-bars.less
index 49e5df8e3..ef239fa93 100644
--- a/less/progress-bars.less
+++ b/less/progress-bars.less
@@ -51,6 +51,7 @@
width: 0%;
height: 100%;
font-size: @font-size-small;
+ line-height: @line-height-computed;
color: @progress-bar-color;
text-align: center;
background-color: @progress-bar-bg;