Skip to content

Commit

Permalink
fix(ui): add min height
Browse files Browse the repository at this point in the history
  • Loading branch information
wa0x6e committed Jul 23, 2024
1 parent dce38d9 commit 09917aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/ui/src/components/Ui/Composer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 09917aa

Please sign in to comment.