We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b059a5c commit cd5d168Copy full SHA for cd5d168
src/organisms/Modals/Modal/Modal.tsx
@@ -54,7 +54,7 @@ export const Modal = ({
54
marginX: isDesktop ? 'auto' : 0,
55
mb: 0,
56
maxH: isInside ? 'calc(100dvh - 96px)' : 'auto',
57
- maxWidth: isDesktop ? '600px' : '100%',
+ maxWidth: isDesktop ? '690px' : '100%',
58
...(fixedButtons && {
59
'.uikit-modalContent': {
60
pb: 0,
0 commit comments