Fix width when translations are small

This commit is contained in:
Manav Rathi
2024-10-16 21:34:34 +05:30
parent f86dda2665
commit b3469d3ac8

View File

@@ -89,6 +89,7 @@ export const UploadTypeSelector: React.FC<UploadTypeSelectorProps> = ({
return (
<Dialog
open={open}
fullWidth
PaperProps={{
sx: (theme) => ({
maxWidth: "375px",