Skip to content

Commit

Permalink
fix(toast): update toast overflow behaviour
Browse files Browse the repository at this point in the history
Add word break to fix toast overflow behaviour
  • Loading branch information
Satyam Chatterjee committed Aug 1, 2023
1 parent e3910ff commit aee04fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/src/components/toast.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
display: flex;
flex-direction: row;
box-sizing: border-box;

word-break: break-word;
width: 360px;
border-radius: var(--spacing-m);
padding-left: var(--spacing-2);
Expand Down

0 comments on commit aee04fa

Please sign in to comment.