From b5428026678b9a1a4ffe4d3f0c109ed6ff5f7e6a Mon Sep 17 00:00:00 2001 From: Junyi Date: Mon, 14 Aug 2023 17:21:41 +0700 Subject: [PATCH] fix(client): fix select button height in variable textarea (#2450) --- .../client/src/schema-component/antd/variable/TextArea.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/core/client/src/schema-component/antd/variable/TextArea.tsx b/packages/core/client/src/schema-component/antd/variable/TextArea.tsx index ac9380121..6b00d6c59 100644 --- a/packages/core/client/src/schema-component/antd/variable/TextArea.tsx +++ b/packages/core/client/src/schema-component/antd/variable/TextArea.tsx @@ -357,6 +357,10 @@ export function TextArea(props) { } } } + + > .x-button { + height: min-content; + } `, )} >