Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorFrank Liepert <trainmaster@gmx.net>2020-03-31 15:09:09 +0300
committerGitHub <noreply@github.com>2020-03-31 15:09:09 +0300
commit45c99f71308e89c26c301c0b7bc350c85b302bb4 (patch)
tree40b0a838c1b9fc7da9575f7f6dc9af24baba9e91 /scss
parent8b6dd449d7553410dce7ecd2e78580928a6c082f (diff)
Prevent vertical offset in IE 11 (#29413)
Co-authored-by: Martijn Cuppens <martijn.cuppens@gmail.com>
Diffstat (limited to 'scss')
-rw-r--r--scss/_progress.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_progress.scss b/scss/_progress.scss
index 37ef6022e5..1a037045a9 100644
--- a/scss/_progress.scss
+++ b/scss/_progress.scss
@@ -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);