From 1a5f72c6b4852aff9d7b2a0128a987f01ab524c7 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <256895@studenti.unimore.it> Date: Wed, 21 Apr 2021 18:32:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Make=20the=20box=20body=20grow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/frontend/src/components/BoxWithHeader.module.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/code/frontend/src/components/BoxWithHeader.module.css b/code/frontend/src/components/BoxWithHeader.module.css index 76c61e0..bacfd78 100644 --- a/code/frontend/src/components/BoxWithHeader.module.css +++ b/code/frontend/src/components/BoxWithHeader.module.css @@ -11,6 +11,9 @@ font-size: x-large; font-family: var(--font-title); + + flex-shrink: 0; + flex-grow: 0; } .BoxBody { @@ -22,4 +25,7 @@ font-size: medium; font-family: var(--font-regular); + + flex-shrink: 0; + flex-grow: 1; } \ No newline at end of file