From 1682d1ef0cacbac2be151b5fa986a02dff6c209f Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 3 Feb 2025 12:46:15 -0800 Subject: [PATCH] Fix banner height --- src-web/components/core/Banner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-web/components/core/Banner.tsx b/src-web/components/core/Banner.tsx index 0ae8fe33..1f33e2b4 100644 --- a/src-web/components/core/Banner.tsx +++ b/src-web/components/core/Banner.tsx @@ -16,7 +16,7 @@ export function Banner({ children, className, color }: Props) { 'whitespace-pre-wrap', 'border border-dashed border-border bg-surface', 'px-3 py-2 rounded select-auto', - 'overflow-auto h-auto text-text', + 'overflow-auto h-auto mb-auto text-text', )} > {children}