Skip to content

Commit 0be8bfc

Browse files
committed
fix: add w-full to IncompatibleWorkspaceView for proper centering
1 parent 64d7a86 commit 0be8bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/components/AIView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -617,7 +617,7 @@ const IncompatibleWorkspaceView: React.FC<{ message: string; className?: string
617617
message,
618618
className,
619619
}) => (
620-
<div className={cn("flex h-full flex-col items-center justify-center p-8", className)}>
620+
<div className={cn("flex h-full w-full flex-col items-center justify-center p-8", className)}>
621621
<div className="max-w-md text-center">
622622
<div className="mb-4 text-4xl">⚠️</div>
623623
<h2 className="mb-2 text-xl font-semibold text-[var(--color-text-primary)]">

0 commit comments

Comments
 (0)