Skip to content

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 1f7d89f commit f7041f2
Showing 1 changed file with 3 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 (
<Box display={'flex'} flexDirection={'column'} maxWidth={'60%'}>
<React.Fragment>
{/* File input for uploading files */}
<input
type="file"
Expand Down Expand Up @@ -306,7 +306,7 @@ export default function RestrictionsDialog({
}}
>
<Typography
width={150}
width={200}
textOverflow={'ellipsis'}
>
{template.bestand.replace(
Expand Down Expand Up @@ -623,6 +623,6 @@ export default function RestrictionsDialog({
handleClose={() => setPopupOpen(false)}
doAction={handleSubmit}
/>
</Box>
</React.Fragment>
)
}

0 comments on commit f7041f2

Please sign in to comment.