hide overflow of toasts

This commit is contained in:
keyan 2024-07-09 11:46:38 -05:00
parent f05b6fab84
commit 94d9d9513c
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ export const ToastProvider = ({ children }) => {
>
<ToastBody>
<div className='d-flex align-items-center'>
<div className='flex-grow-1'>{toast.body}</div>
<div className='flex-grow-1 overflow-hidden'>{toast.body}</div>
<Button
variant={null}
className='p-0 ps-2'