fix(common): increase modal dialog width for bigger screen (#5631)

Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
Nilanshu-Ankit 2025-12-08 17:50:07 +05:30 committed by GitHub
parent 87d1cccb82
commit 420aa7eda0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
dialog
:title="t('collection.properties')"
:full-width-body="true"
styles="sm:max-w-3xl"
styles="sm:max-w-5xl"
@close="hideModal"
>
<template #body>

View file

@ -3,7 +3,7 @@
v-if="show"
dialog
:title="t(`environment.${action}`)"
styles="sm:max-w-3xl"
styles="sm:max-w-5xl"
@close="hideModal"
>
<template #body>

View file

@ -3,7 +3,7 @@
v-if="show"
dialog
:title="t(`environment.${action}`)"
styles="sm:max-w-3xl"
styles="sm:max-w-5xl"
@close="hideModal"
>
<template #body>