fix(notifications): break lines for long message [EE-4521] (#8110)

pull/8199/head
Chaim Lev-Ari 2 years ago committed by GitHub
parent 929749c0da
commit 52e150fa29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,4 +8,7 @@ export const details: Column<ToastNotification> = {
id: 'details',
disableFilters: true,
canHide: true,
Cell: ({ value }: { value: string }) => (
<div className="whitespace-normal">{value}</div>
),
};

Loading…
Cancel
Save