mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-21 21:40:49 +02:00
fix(typography): fix flex issue (IE issue)
This commit is contained in:
parent
d3134b03ae
commit
b066920a92
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
|
||||
div:first-child {
|
||||
flex: 2;
|
||||
-ms-flex: 2 1 auto;
|
||||
line-height: 1;
|
||||
align-items: flex-end;
|
||||
|
||||
|
@ -69,6 +70,7 @@
|
|||
|
||||
.variants {
|
||||
flex: 1;
|
||||
-ms-flex: 1 1 auto;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-end;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue