remove unnecessary line-height

This commit is contained in:
Dave Poole 2017-05-26 13:06:47 -07:00 committed by Mark Otto
parent 36a21f355c
commit 120a14237e
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@
height: $progress-height;
overflow: hidden; // force rounded corners by cropping it
font-size: $progress-font-size;
line-height: $progress-height;
background-color: $progress-bg;
@include border-radius($progress-border-radius);
}