Skip to content

Commit

Permalink
bugfix-512: error message layout
Browse files Browse the repository at this point in the history
  • Loading branch information
JessieTeng89 committed Apr 2, 2024
1 parent 4848ea1 commit 1363065
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/notifications/notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ export class Notifications extends React.Component<NotificationsProps> {
pauseOnFocusLoss: true,
draggable: false,
autoClose: AUTO_CLOSE_TIMEOUT,
style: {
wordBreak: "break-all"
}
});
});
}
Expand Down

0 comments on commit 1363065

Please sign in to comment.