Skip to content

Commit

Permalink
(less) Fixes twbs#13953: Remove the progress bar min-width styles for…
Browse files Browse the repository at this point in the history
… low percentages to avoid jumping progress
  • Loading branch information
mdo committed Jul 6, 2014
1 parent 7b59bde commit 9620f3e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions progress-bars.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9620f3e

Please sign in to comment.