Skip to content

Commit

Permalink
chore: whats new modal width updated (#6607)
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolsinghbhatia authored Feb 14, 2025
1 parent b62b271 commit c4a3e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/core/components/global/product-updates/modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const ProductUpdatesModal: FC<ProductUpdatesModalProps> = observer((props
const { config } = useInstance();

return (
<ModalCore isOpen={isOpen} handleClose={handleClose} position={EModalPosition.CENTER} width={EModalWidth.XXXL}>
<ModalCore isOpen={isOpen} handleClose={handleClose} position={EModalPosition.CENTER} width={EModalWidth.XXXXL}>
<ProductUpdatesHeader />
<div className="flex flex-col h-[60vh] vertical-scrollbar scrollbar-xs overflow-hidden overflow-y-scroll px-6 mx-0.5">
{config?.instance_changelog_url && config?.instance_changelog_url !== "" ? (
Expand Down

0 comments on commit c4a3e1e

Please sign in to comment.