mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-09-22 05:50:48 +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 {
|
div:first-child {
|
||||||
flex: 2;
|
flex: 2;
|
||||||
|
-ms-flex: 2 1 auto;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
|
||||||
|
@ -69,6 +70,7 @@
|
||||||
|
|
||||||
.variants {
|
.variants {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
-ms-flex: 1 1 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue