Fix banner height

This commit is contained in:
Gregory Schier
2025-02-03 12:46:15 -08:00
parent 903bae2a18
commit 1682d1ef0c

View File

@@ -16,7 +16,7 @@ export function Banner({ children, className, color }: Props) {
'whitespace-pre-wrap', 'whitespace-pre-wrap',
'border border-dashed border-border bg-surface', 'border border-dashed border-border bg-surface',
'px-3 py-2 rounded select-auto', 'px-3 py-2 rounded select-auto',
'overflow-auto h-auto text-text', 'overflow-auto h-auto mb-auto text-text',
)} )}
> >
{children} {children}