From efca0d1c3327021cc01ef262a250990b7eb8a8ad Mon Sep 17 00:00:00 2001 From: Lex Lim <hyperzlib@outlook.com> Date: Sun, 26 Jan 2025 16:42:59 +0000 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8DCitizen=E6=96=B0=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/createPage/ext.isekai.createPage.base.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/createPage/ext.isekai.createPage.base.less b/modules/createPage/ext.isekai.createPage.base.less index f5e1419..0d4231f 100644 --- a/modules/createPage/ext.isekai.createPage.base.less +++ b/modules/createPage/ext.isekai.createPage.base.less @@ -33,13 +33,17 @@ .oo-ui-layout.oo-ui-horizontalLayout { display: flex; + flex-wrap: nowrap; > .oo-ui-dropdownInputWidget { width: 10em; + flex-shrink: 0; } > .oo-ui-actionFieldLayout { width: 100%; + flex-grow: 0; + flex-shrink: 1; } } }