Skip to content

Commit a35ebb3

Browse files
authored
Merge pull request #76 from D-32/css-ie-fix
2 parents 23d3db5 + b650ea0 commit a35ebb3

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
@@ -37,7 +37,7 @@ const Message = styled('div')`
3737
justify-content: center;
3838
margin: 4px 10px;
3939
color: inherit;
40-
flex: 1;
40+
flex: 1 1 auto;
4141
`;
4242

4343
interface ToastBarProps {

0 commit comments

Comments
 (0)