chore: fix alert dialogs [skip e2e]
This commit is contained in:
@@ -40,7 +40,7 @@ const AlertDialog = ({
|
|||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
'w-[95vw] rounded border border-border bg-default px-6 py-5 shadow-xl md:w-auto',
|
'z-[1] w-[95vw] rounded border border-border bg-default px-6 py-5 shadow-xl md:w-auto',
|
||||||
!className?.includes('max-w-') && 'max-w-[600px]',
|
!className?.includes('max-w-') && 'max-w-[600px]',
|
||||||
className,
|
className,
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user