mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 13:55:21 +02:00
fix(notifications): break lines for long message [EE-4521] (#8110)
This commit is contained in:
parent
929749c0da
commit
52e150fa29
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue