Skip to content

Commit

Permalink
feat: notice component padding for help tab
Browse files Browse the repository at this point in the history
  • Loading branch information
ianjon3s committed Sep 19, 2023
1 parent 73855c1 commit 401a14e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion editor.planx.uk/src/@planx/components/Notice/Public.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ const NoticeComponent: React.FC<Props> = (props) => {
policyRef={props.policyRef}
howMeasured={props.howMeasured}
/>
<Container customColor={props.color}>
<Container
customColor={props.color}
mt={{ xs: 9, sm: 10, md: 12, contentWrap: 6 }}
>
<Content>
<TitleWrap>
<ErrorOutline sx={{ width: 34, height: 34 }} />
Expand Down

0 comments on commit 401a14e

Please sign in to comment.