From 18c509b8ff4b6bf808c4fb848efceb647a38a7cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B9=80=EC=B0=BD=EC=88=98?= Date: Tue, 17 Dec 2024 16:09:32 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/_modal.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 2cedb68..9b1085f 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -281,6 +281,9 @@ $alert-color: #101010; margin-bottom: 0; } } + .grid-option-block-form{ + flex: 1; + } } .select-form{ .sort-select{width: 100%;}