From b048b8374a7323bfedc3b2112cce4f1a23365ad8 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 10 Oct 2021 16:02:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Make=20`ResourcePanel`=20buttons?= =?UTF-8?q?=20fixed=20width?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/elements/ResourcePanel.module.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/src/components/elements/ResourcePanel.module.css b/frontend/src/components/elements/ResourcePanel.module.css index 6b254bb..0024255 100644 --- a/frontend/src/components/elements/ResourcePanel.module.css +++ b/frontend/src/components/elements/ResourcePanel.module.css @@ -28,4 +28,12 @@ .ResourcePanel .Buttons { grid-area: buttons; + + display: flex; + flex-direction: row; + gap: 4px; +} + +.ResourcePanel .Buttons > * { + width: 96px; } \ No newline at end of file