Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
breedte restrictiedialoog
Browse files Browse the repository at this point in the history
  • Loading branch information
Bendemeurichy committed May 23, 2024
1 parent 5f4cfb5 commit 1f7d89f
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ export default function RestrictionsDialog({
}

return (
<React.Fragment>
<Box display={'flex'} flexDirection={'column'} maxWidth={'60%'}>
{/* File input for uploading files */}
<input
type="file"
Expand Down Expand Up @@ -267,7 +267,6 @@ export default function RestrictionsDialog({
>
<Box
sx={{
maxWidth: '40%',
maxHeight: 150,
overflowY: 'auto',
}}
Expand Down Expand Up @@ -624,6 +623,6 @@ export default function RestrictionsDialog({
handleClose={() => setPopupOpen(false)}
doAction={handleSubmit}
/>
</React.Fragment>
</Box>
)
}

0 comments on commit 1f7d89f

Please sign in to comment.