visualizer: tweak spacing a bit

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-11-04 20:02:49 +01:00
parent 32f03b6976
commit d7a24cb4f9
@@ -122,7 +122,11 @@ const useStyles = makeStyles(theme => ({
marginLeft: theme.spacing(1),
gap: theme.spacing(1),
},
attachments: {},
attachments: {
gap: theme.spacing(2),
display: 'flex',
flexDirection: 'column',
},
attachmentsInput: {
'&:first-child $attachmentsInputTitle': {
borderTop: 0,