diff --git a/striker-ui/components/Panels/InnerPanel.tsx b/striker-ui/components/Panels/InnerPanel.tsx index 22c22274..0b55ec44 100644 --- a/striker-ui/components/Panels/InnerPanel.tsx +++ b/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', }, }));