Skip to content

Commit

Permalink
Fix horizontal spacing in the history screen
Browse files Browse the repository at this point in the history
  • Loading branch information
nateweller committed Oct 18, 2024
1 parent 7655180 commit 7838bf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const ScanHistoryRoute = () => {
<HistoryAdminSectionHero />
{ ( ! error || numAllThreats ) && (
<AdminSection>
<Container horizontalSpacing={ 3 } horizontalGap={ 4 }>
<Container horizontalSpacing={ 7 } horizontalGap={ 4 }>
<Col>
<Container fluid horizontalSpacing={ 0 } horizontalGap={ 3 }>
<Col lg={ 4 }>
Expand Down

0 comments on commit 7838bf4

Please sign in to comment.