diff options
| author | Mark Otto <[email protected]> | 2013-09-03 20:11:27 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-03 20:11:27 -0700 |
| commit | 143403f3fd42aeafa204602da22c4fd481c81435 (patch) | |
| tree | 7eaad3006ffef2d7c7f040743a84cc730cfd74df /less/progress-bars.less | |
| parent | dcdafa422057863aea3e328e1d86ee25eda7e37b (diff) | |
| download | bootstrap-143403f3fd42aeafa204602da22c4fd481c81435.tar.xz bootstrap-143403f3fd42aeafa204602da22c4fd481c81435.zip | |
Fixes #10407: Add line-height to progress bar for proper text alignment within
Diffstat (limited to 'less/progress-bars.less')
| -rw-r--r-- | less/progress-bars.less | 1 |
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; |
