style: remove bottom padding from inner pannel

main
Josue 4 years ago
parent e523ad01ce
commit c1d8cf3a48
  1. 2
      striker-ui/components/Panels/InnerPanel.tsx

@ -15,7 +15,7 @@ const useStyles = makeStyles(() => ({
borderColor: DIVIDER,
marginTop: '1.4em',
marginBottom: '1.4em',
paddingBottom: '.7em',
paddingBottom: 0,
position: 'relative',
},
}));

Loading…
Cancel
Save