From 122a730a7748942ec4a0ec890aa1e9d089f97c6f Mon Sep 17 00:00:00 2001 From: CaIon Date: Wed, 17 Jun 2026 21:16:21 +0800 Subject: [PATCH] feat(layout): improve settings form layout and enhance textarea overflow handling --- web/default/src/components/ui/textarea.tsx | 2 +- .../system-settings/components/settings-form-layout.tsx | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/web/default/src/components/ui/textarea.tsx b/web/default/src/components/ui/textarea.tsx index 0a27793e..c42fcb30 100644 --- a/web/default/src/components/ui/textarea.tsx +++ b/web/default/src/components/ui/textarea.tsx @@ -24,7 +24,7 @@ function Textarea({ className, ...props }: React.ComponentProps<'textarea'>) {