Spaces:
Running
Running
fix(modal): increase InstallModal width for better readability
Browse files
src/components/InstallModal.jsx
CHANGED
|
@@ -60,7 +60,8 @@ function InstallModal({ open, onClose, app }) {
|
|
| 60 |
PaperProps={{
|
| 61 |
sx: {
|
| 62 |
borderRadius: '20px',
|
| 63 |
-
maxWidth:
|
|
|
|
| 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',
|