Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
feat: add margin left and right to progress bar so that progress hand…
Browse files Browse the repository at this point in the history
…le / scrubber is completely shown when progess is 0% or 100%
  • Loading branch information
Fischaela committed Feb 8, 2016
1 parent 559e768 commit 1016428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sass/_progressbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ progress[aria-valuenow]:before {
// -------------------------

.progress {
margin: 0 auto;
margin: 0 ($progress-bar-height/2);
position: relative;
.current {
width: 100%;
Expand Down

0 comments on commit 1016428

Please sign in to comment.