tfrere HF Staff commited on
Commit
88e27c3
·
1 Parent(s): 56090ff

fix(modal): increase InstallModal width for better readability

Browse files
Files changed (1) hide show
  1. src/components/InstallModal.jsx +2 -1
src/components/InstallModal.jsx CHANGED
@@ -60,7 +60,8 @@ function InstallModal({ open, onClose, app }) {
60
  PaperProps={{
61
  sx: {
62
  borderRadius: '20px',
63
- maxWidth: 440,
 
64
  width: '100%',
65
  mx: 2,
66
  overflow: 'visible',
 
60
  PaperProps={{
61
  sx: {
62
  borderRadius: '20px',
63
+ maxWidth: 520,
64
+ minWidth: { xs: 'auto', sm: 480 },
65
  width: '100%',
66
  mx: 2,
67
  overflow: 'visible',