Skip to content

Commit 73550c9

Browse files
fix dialog height
1 parent a3b4e6b commit 73550c9

File tree

1 file changed

+1
-4
lines changed
  • src/components/spreadsheet-view/add-spreadsheet/styles

1 file changed

+1
-4
lines changed

src/components/spreadsheet-view/add-spreadsheet/styles/styles.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ import { SxProps, Theme } from '@mui/material';
1212
*/
1313
export const dialogStyles = {
1414
dialogContent: {
15-
width: '45%',
16-
height: '30%',
17-
maxWidth: 'none',
18-
margin: 'auto',
15+
minWidth: '45%',
1916
},
2017
} as const satisfies Record<string, SxProps<Theme>>;

0 commit comments

Comments
 (0)