line-height with percentage seems to behave weirdly in IE

This commit is contained in:
Ryan 2020-09-22 12:05:02 +08:00
parent ba9cf441cb
commit 6eab10b0ba
5 changed files with 7 additions and 5 deletions

View file

@ -45,8 +45,9 @@
display: flex;
flex-direction: column;
justify-content: center;
line-height: 1.8;
flex: 1;
padding: 5px 10px;
padding: 0 10px;
}
.info-box-number {

View file

@ -19530,9 +19530,10 @@ html.maximized-card {
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
line-height: 1.8;
-ms-flex: 1;
flex: 1;
padding: 5px 10px;
padding: 0 10px;
}
.info-box .info-box-number {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long