mirror of https://github.com/ColorlibHQ/AdminLTE
line-height with percentage seems to behave weirdly in IE
parent
ba9cf441cb
commit
6eab10b0ba
|
@ -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 {
|
||||
|
|
|
@ -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
Loading…
Reference in New Issue