From 8d7325c6f2860faa8143456cb9ebda6781631d95 Mon Sep 17 00:00:00 2001 From: Arthur Molinos <> Date: Thu, 25 Apr 2024 12:26:31 +0200 Subject: [PATCH 1/2] =?UTF-8?q?Permet=20au=20children=20du=20Layout=20d'oc?= =?UTF-8?q?cuper=20la=20hauteur=20restante=20si=20n=C3=A9cessaire?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.territoiresentransitions.react/src/app/Layout/Layout.tsx | 5 ++++- .../src/app/Layout/__snapshots__/Layout.stories.storyshot | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app.territoiresentransitions.react/src/app/Layout/Layout.tsx b/app.territoiresentransitions.react/src/app/Layout/Layout.tsx index 5ac7030efc..9f3b735f64 100644 --- a/app.territoiresentransitions.react/src/app/Layout/Layout.tsx +++ b/app.territoiresentransitions.react/src/app/Layout/Layout.tsx @@ -9,7 +9,10 @@ type Props = { const Layout = ({children}: Props) => { return (
-
+
{children}