mirror of https://github.com/twbs/bootstrap.git
remove unnecessary line-height
This commit is contained in:
parent
36a21f355c
commit
120a14237e
|
@ -8,7 +8,6 @@
|
||||||
height: $progress-height;
|
height: $progress-height;
|
||||||
overflow: hidden; // force rounded corners by cropping it
|
overflow: hidden; // force rounded corners by cropping it
|
||||||
font-size: $progress-font-size;
|
font-size: $progress-font-size;
|
||||||
line-height: $progress-height;
|
|
||||||
background-color: $progress-bg;
|
background-color: $progress-bg;
|
||||||
@include border-radius($progress-border-radius);
|
@include border-radius($progress-border-radius);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue