mirror of https://github.com/portainer/portainer
fix(notifications): break lines for long message [EE-4521] (#8110)
parent
929749c0da
commit
52e150fa29
|
@ -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…
Reference in New Issue