Skip to content

Commit

Permalink
fix: Removed not needed padding
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Feb 14, 2024
1 parent cf38a40 commit cfd8022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sharedData/components/SharedDataEntryFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ const ShareDialog = props => {
<CloseIcon fontSize="small" />
</IconButton>
</DialogTitle>
<DialogContent sx={{ pb: 5 }}>
<DialogContent>
{!allowedToEditSharedData && (
<span className="sr-only sr-only-focusable">
{[
Expand Down

0 comments on commit cfd8022

Please sign in to comment.