fix(common): increase modal dialog width for bigger screen (#5631)
Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
parent
87d1cccb82
commit
420aa7eda0
3 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue