diff --git a/src/components/modal/ConfirmationModal.tsx b/src/components/modal/ConfirmationModal.tsx index 89b8fbd9..6c9255e0 100644 --- a/src/components/modal/ConfirmationModal.tsx +++ b/src/components/modal/ConfirmationModal.tsx @@ -122,10 +122,18 @@ const ConfirmationModal = ({ closeOnBackdrop={closeOnBackdrop} className={{ ...className, - modalBox: cn('rounded-xl p-4', className?.modalBox), + modalBox: cn( + 'rounded-xl p-4 flex flex-col gap-4 max-h-[90vh]', + className?.modalBox + ), }} > -
|
- |
- )}
- Kondisi | -Jumlah | - {(type as 'add' | 'edit' | 'detail') !== 'detail' && ( -Action | - )} -
|---|---|---|---|
|
- |
- )}
-
- |
-
- |
- {(type as 'add' | 'edit' | 'detail') !== 'detail' && (
-
-
-
- |
- )}
-
|
+ |
+ )}
+ Kondisi Telur | +Jumlah | +
+ Total Berat (Kilogram)
+ |
+ {(type as 'add' | 'edit' | 'detail') !== 'detail' && (
+ Action | + )} +
|---|---|---|---|---|
|
+ |
+ )}
+
+ |
+
+ |
+
+ |
+ {(type as 'add' | 'edit' | 'detail') !==
+ 'detail' && (
+
+
+
+ |
+ )}
+