fix(common): increase modal dialog width for more screen sizes (#5884)

Co-authored-by: nivedin <nivedinp@gmail.com>
Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
iDschepe 2026-02-24 16:33:16 +01:00 committed by GitHub
parent 77e420dc6a
commit 5ae9639901
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

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

View file

@ -4,7 +4,7 @@
dialog dialog
:title="t('documentation.title')" :title="t('documentation.title')"
:full-width-body="true" :full-width-body="true"
styles="sm:max-w-6xl" styles="sm:max-w-6xl xl:max-w-7xl 2xl:max-w-[80vw]"
@close="hideModal" @close="hideModal"
> >
<template #body> <template #body>

View file

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

View file

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