aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-05 20:01:18 -0700
committerMark Otto <[email protected]>2014-07-05 20:01:18 -0700
commitf22e7d857a4f7aa3f1def71e863b6ce761503928 (patch)
tree0fe8574102b57a3bffe2e0117bccf4a066c616f4 /less
parent0378a6be2a5a42f408aeed24e20933039352ba74 (diff)
downloadbootstrap-f22e7d857a4f7aa3f1def71e863b6ce761503928.tar.xz
bootstrap-f22e7d857a4f7aa3f1def71e863b6ce761503928.zip
Fixes #13953: Remove the progress bar min-width styles for low percentages to avoid jumping progress
Diffstat (limited to 'less')
-rw-r--r--less/progress-bars.less5
1 files changed, 0 insertions, 5 deletions
diff --git a/less/progress-bars.less b/less/progress-bars.less
index 3ac52a29e..d5fbfb7db 100644
--- a/less/progress-bars.less
+++ b/less/progress-bars.less
@@ -69,11 +69,6 @@
// Account for lower percentages
.progress-bar {
- &[aria-valuenow="1"],
- &[aria-valuenow="2"] {
- min-width: 30px;
- }
-
&[aria-valuenow="0"] {
color: @gray-light;
min-width: 30px;