Skip to content

Commit

Permalink
fix(PercentageBar): Force line to take full height (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
drazik authored Nov 6, 2019
1 parent 26dc94f commit f5ffa3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions react/PercentageBar/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ radius = 4px
height 1.5rem
border-radius radius

.PercentageBar__line
height 100%
border-radius radius
.PercentageBar__line
height 100%
border-radius radius

0 comments on commit f5ffa3b

Please sign in to comment.