chore(graph): fix the vh of the project graph shell (#21192)

This commit is contained in:
Jason Jean 2024-01-17 16:09:31 -05:00 committed by GitHub
parent 1ffd6731dc
commit cd01ec685e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -74,7 +74,7 @@ export function Shell(): JSX.Element {
}
return (
<div className="flex max-h-screen w-full">
<div className="flex h-screen w-screen">
<div
className={`${
environmentConfig.environment === 'nx-console'