fix(banner): update component to use 'flex-none' for flexbox layout

This commit is contained in:
cfngc4594 2025-03-30 20:21:59 +08:00
parent aec5ed5b8b
commit 192d882fdd

View File

@ -18,7 +18,7 @@ export function Banner({
<header
{...props}
className={cn(
"h-12 flex items-center justify-center bg-muted text-foreground",
"h-12 flex flex-none items-center justify-center bg-muted text-foreground",
className
)}
>