diff --git a/src/app/pages/ui-features/typography/typography.component.scss b/src/app/pages/ui-features/typography/typography.component.scss index 97a92e20..de2190ce 100644 --- a/src/app/pages/ui-features/typography/typography.component.scss +++ b/src/app/pages/ui-features/typography/typography.component.scss @@ -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;