Fix width when translations are small
This commit is contained in:
@@ -89,6 +89,7 @@ export const UploadTypeSelector: React.FC<UploadTypeSelectorProps> = ({
|
||||
return (
|
||||
<Dialog
|
||||
open={open}
|
||||
fullWidth
|
||||
PaperProps={{
|
||||
sx: (theme) => ({
|
||||
maxWidth: "375px",
|
||||
|
||||
Reference in New Issue
Block a user