mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
fix(banner): update component to use 'flex-none' for flexbox layout
This commit is contained in:
parent
aec5ed5b8b
commit
192d882fdd
@ -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
|
||||
)}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user