Skip to content

Commit

Permalink
Fix spacing between header and threats list
Browse files Browse the repository at this point in the history
  • Loading branch information
dkmyta committed Oct 18, 2024
1 parent 932e5a8 commit 151551c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions projects/plugins/protect/src/js/routes/scan/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ const ScanPage = () => {
<ScanAdminSectionHero />
{ ( ! status.error || numThreats ) && (
<AdminSection>
{ ' ' }
<Container horizontalSpacing={ 3 } horizontalGap={ 4 }>
<Container horizontalSpacing={ 7 } horizontalGap={ 4 }>
<Col>
<ThreatsList />
</Col>
Expand Down

0 comments on commit 151551c

Please sign in to comment.