Browse Source

Progress bar now animates correctly when no width set

pull/1129/head
jlukic 10 years ago
parent
commit
44269aae43
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/elements/progress.less

1
src/definitions/elements/progress.less

@ -32,6 +32,7 @@
.ui.progress .bar {
display: inline-block;
width: 0%;
height: 100%;
background-color: #CCCCCC;

Loading…
Cancel
Save