From 09917aa8b525b9267174b231e3f07c4920612b90 Mon Sep 17 00:00:00 2001 From: Wan Qi Chen <495709+wa0x6e@users.noreply.github.com> Date: Tue, 23 Jul 2024 23:50:11 +0900 Subject: [PATCH] fix(ui): add min height --- apps/ui/src/components/Ui/Composer.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ui/src/components/Ui/Composer.vue b/apps/ui/src/components/Ui/Composer.vue index 102f603d1..1cdbf76d3 100644 --- a/apps/ui/src/components/Ui/Composer.vue +++ b/apps/ui/src/components/Ui/Composer.vue @@ -121,7 +121,7 @@ $toolBarHeight: 43px; .s-base { .s-input { - @apply border-t-[#{$toolBarHeight}] pt-2; + @apply border-t-[#{$toolBarHeight}] pt-2 min-h-[85px]; } .s-toolbar {