line-height with percentage seems to behave weirdly in IE

pull/3042/head
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