Skip to content

Commit b650ea0

Browse files
committed
CSS fix for IE
1 parent ad291cf commit b650ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/toast-bar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const Message = styled('div')`
3636
justify-content: center;
3737
margin: 4px 10px;
3838
color: inherit;
39-
flex: 1;
39+
flex: 1 1 auto;
4040
`;
4141

4242
interface ToastBarProps {

0 commit comments

Comments
 (0)