From 96ede7d06a6a78ae50ca0da90e1f9ee5b8f1d9ba Mon Sep 17 00:00:00 2001 From: chenyu <63953834+chenyu-01@users.noreply.github.com> Date: Sun, 29 Dec 2024 11:19:52 +0800 Subject: [PATCH] fix: update selector content to fixed width --- app/components/ui-lib.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/ui-lib.module.scss b/app/components/ui-lib.module.scss index e2abfc9d9..3c7425a4b 100644 --- a/app/components/ui-lib.module.scss +++ b/app/components/ui-lib.module.scss @@ -342,7 +342,7 @@ &-content { animation: slide-in ease 0.3s; - min-width: 300px; + width: 30rem; .list { max-height: 50vh; overflow-x: hidden;