We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bc3ec4 commit 854bed3Copy full SHA for 854bed3
src/Shared/Components/ConfirmationModal/ForceDeleteConfirmationModal.tsx
@@ -25,8 +25,8 @@ export const ForceDeleteConfirmationModal = ({
25
}: ForceDeleteConfirmationProps) => {
26
const renderSubtitle = () => (
27
<>
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>
+ <p className="p-8 dc__break-word bg__tertiary mxh-200 dc__overflow-auto br-4 m-0">Error: {subtitle}</p>
+ <p className="m-0">Do you want to force delete?</p>
30
</>
31
)
32
return (
0 commit comments