@superdispatch/ui 0.13.0 → 0.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2449,6 +2449,14 @@ function overrideDialog(theme) {
2449
2449
  theme.overrides.MuiDialog = {
2450
2450
  paper: {
2451
2451
  margin: theme.spacing(3)
2452
+ },
2453
+ paperWidthXs: {
2454
+ maxWidth: Math.max(theme.breakpoints.values.xs, 360),
2455
+ '&$paperScrollBody': {
2456
+ [theme.breakpoints.down(Math.max(theme.breakpoints.values.xs, 360) + 32 * 2)]: {
2457
+ maxWidth: 'calc(100% - 64px)'
2458
+ }
2459
+ }
2452
2460
  }
2453
2461
  };
2454
2462
  theme.overrides.MuiDialogTitle = {