Skip to content
Snippets Groups Projects
Unverified Commit 81085856 authored by Chris Beer's avatar Chris Beer Committed by GitHub
Browse files

Give the collection modal content some padding; fixes #3434 (#3444)

parent 0f6b3cf6
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ const styles = theme => ({ ...@@ -67,7 +67,7 @@ const styles = theme => ({
position: 'absolute !important', position: 'absolute !important',
}, },
dialogContent: { dialogContent: {
padding: 0, padding: theme.spacing(1),
}, },
light: { light: {
color: theme.palette.grey[400], color: theme.palette.grey[400],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment