From b650ea039bb1629da57251d0652f3ff497d36623 Mon Sep 17 00:00:00 2001 From: Dylan Marriott Date: Thu, 6 May 2021 00:04:01 +0200 Subject: [PATCH] CSS fix for IE --- src/components/toast-bar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/toast-bar.tsx b/src/components/toast-bar.tsx index 9cae15a..cc4d8e5 100644 --- a/src/components/toast-bar.tsx +++ b/src/components/toast-bar.tsx @@ -36,7 +36,7 @@ const Message = styled('div')` justify-content: center; margin: 4px 10px; color: inherit; - flex: 1; + flex: 1 1 auto; `; interface ToastBarProps {