From a4487db1bea2b22c5725e751f86bf025c0ae703f Mon Sep 17 00:00:00 2001 From: wnhlee <2wheeh@gmail.com> Date: Sat, 11 May 2024 08:41:30 +0900 Subject: [PATCH] fix: adjust subtitle height --- ui/src/components/common/client/title.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/components/common/client/title.tsx b/ui/src/components/common/client/title.tsx index ba1349b2..c67a7cb7 100644 --- a/ui/src/components/common/client/title.tsx +++ b/ui/src/components/common/client/title.tsx @@ -44,7 +44,7 @@ export default forwardRef(function Title( `w-full resize-none overflow-hidden bg-transparent focus-visible:outline-none`, { 'PlaygroundEditorTheme__h1 h-9': subtitle === false, - 'PlaygroundEditorTheme__h2 h-5': subtitle === true, + 'PlaygroundEditorTheme__h2 h-[23px]': subtitle === true, } )} placeholder={placeholder}