Prevent vertical offset in IE 11 (#29413)
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
This commit is contained in:
parent
8b6dd449d7
commit
45c99f7130
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@
|
|||
display: flex;
|
||||
height: $progress-height;
|
||||
overflow: hidden; // force rounded corners by cropping it
|
||||
line-height: 0;
|
||||
@include font-size($progress-font-size);
|
||||
background-color: $progress-bg;
|
||||
@include border-radius($progress-border-radius);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue