Make action modal more "widenable" #4809
Answered
by
davidhemphill
kusab85
asked this question in
Ideas & Feature Requests
-
It'a all great @davidhemphill that you've added Modal.vue size: {
type: String,
default: 'xl',
validator: v => ['sm', 'md', 'lg', 'xl', '2xl'].includes(v),
}, Please add more of https://tailwindcss.com/docs/max-width
|
Beta Was this translation helpful? Give feedback.
Answered by
davidhemphill
Sep 16, 2022
Replies: 1 comment 1 reply
-
I've added more modal sizes, up to '7xl'. Past that, you should probably just set the modal to fullscreen instead. The new sizes will come in the next release. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
davidhemphill
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've added more modal sizes, up to '7xl'. Past that, you should probably just set the modal to fullscreen instead. The new sizes will come in the next release.