Skip to content

Commit

Permalink
fix grey zone in consultation pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jonat75 committed Jul 22, 2024
1 parent d217a66 commit 5e44ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const Recherche = withSearchParamsValidation(getDeclarationStatsInputSchema)(asy
</GridCol>
</Grid>
</Container>
<Box className={cx(fr.cx("fr-pb-6w", "fr-pt-4w"), "bg-dsfr-alt-grey")}>
<Box className={cx(fr.cx("fr-pb-6w", "fr-pt-4w"))}>
{!searchParamsError && (
<Suspense>
{isLandingPage ? (
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export default withSearchParamsValidation(searchRepresentationEquilibreeDTOSchem
</GridCol>
</Grid>
</Container>
<Box className={cx(fr.cx("fr-pb-6w", "fr-pt-4w"), "bg-dsfr-alt-grey")}>
<Box className={cx(fr.cx("fr-pb-6w", "fr-pt-4w"))}>
<Container as="section">
<Grid haveGutters align="center">
<GridCol sm={12} md={10} xl={8}>
Expand Down

0 comments on commit 5e44ff4

Please sign in to comment.