Skip to content

Commit

Permalink
fix: modal size (#988)
Browse files Browse the repository at this point in the history
Co-authored-by: samz <[email protected]>
  • Loading branch information
koukama and Amzani authored Mar 7, 2024
1 parent cacd18c commit 00537ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio/src/components/Modals/ConfirmModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export const ConfirmModal: FunctionComponent<PropsWithChildren<ConfirmModalProps
leaveFrom="opacity-100 translate-y-0 sm:scale-100"
leaveTo="opacity-0 translate-y-4 sm:translate-y-0 sm:scale-95"
>
<div className={`inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-2xl sm:w-full sm:p-6 ${containerClassName}`}>
<div className={`inline-block align-bottom bg-white rounded-lg px-4 pt-5 pb-4 text-left overflow-hidden shadow-xl transform transition-all sm:my-8 sm:align-middle sm:max-w-2xl w-2/5 sm:p-6 ${containerClassName}`}>
<div>
<div>
<Dialog.Title
Expand Down

0 comments on commit 00537ca

Please sign in to comment.