fix(typography): fix flex issue (IE issue)

This commit is contained in:
KostyaDanovsky 2017-09-20 13:39:56 +03:00
parent d3134b03ae
commit b066920a92

View file

@ -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;