Skip to content

Commit

Permalink
fix: adjust top icon padding
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Mar 25, 2024
1 parent c45df8b commit cef65c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sharedData/components/SharedDataEntryBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ const SharedDataEntryBase = props => {
<EntryTypeIcon
resourceType={dataEntry.resourceType}
styleProps={{
marginTop: { xs: '1em', md: 'inherit' },
marginTop: { xs: '0.8em', md: 'inherit' },
marginLeft: { xs: '-5px', md: 'inherit' },
paddingRight: { xs: '5px', md: 'inherit' },
}}
Expand Down

0 comments on commit cef65c7

Please sign in to comment.