Skip to content

Commit

Permalink
Set underlying progress-bar width to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Mar 23, 2018
1 parent cac90bd commit f4bbff4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme/lumo/vaadin-upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
}

[part="progress"] {
width: auto;
margin-left: calc(var(--lumo-icon-size-m) + var(--lumo-space-xs));
margin-right: calc(var(--lumo-icon-size-m) + var(--lumo-space-xs));
}
Expand Down

0 comments on commit f4bbff4

Please sign in to comment.