We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad291cf commit b650ea0Copy full SHA for b650ea0
src/components/toast-bar.tsx
@@ -36,7 +36,7 @@ const Message = styled('div')`
36
justify-content: center;
37
margin: 4px 10px;
38
color: inherit;
39
- flex: 1;
+ flex: 1 1 auto;
40
`;
41
42
interface ToastBarProps {
0 commit comments