Skip to content

Commit 854bed3

Browse files
committed
chore: force delete modal css fixes
1 parent 7bc3ec4 commit 854bed3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Shared/Components/ConfirmationModal/ForceDeleteConfirmationModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ export const ForceDeleteConfirmationModal = ({
2525
}: ForceDeleteConfirmationProps) => {
2626
const renderSubtitle = () => (
2727
<>
28-
<p className="mt-12 mb-12 p-8 dc__break-word bg__tertiary">Error: {subtitle}</p>
29-
<p>Do you want to force delete?</p>
28+
<p className="p-8 dc__break-word bg__tertiary mxh-200 dc__overflow-auto br-4 m-0">Error: {subtitle}</p>
29+
<p className="m-0">Do you want to force delete?</p>
3030
</>
3131
)
3232
return (

0 commit comments

Comments
 (0)