From 4bcd84c358ea5f1bf973c0b82aad539fa130b348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Tue, 14 Jan 2025 17:06:40 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=AF=B9=E6=AF=94=E5=80=BC?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/page-components/color-compare/CompareLayout.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/page-components/color-compare/CompareLayout.module.css b/src/page-components/color-compare/CompareLayout.module.css index 015a61a..dde640c 100644 --- a/src/page-components/color-compare/CompareLayout.module.css +++ b/src/page-components/color-compare/CompareLayout.module.css @@ -8,6 +8,7 @@ margin-top: var(--spacing-s); } .element { + flex: 1; display: flex; flex-direction: row; align-items: center;