Skip to content

Commit 0836179

Browse files
committed
[dashboard] Show workspace start errors in futuristic width
1 parent 3dbb050 commit 0836179

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/start/StartPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ function StartError(props: { error: StartWorkspaceError }) {
9696
if (!error) {
9797
return null;
9898
}
99-
return <p className="text-base text-gitpod-red">{error.message}</p>;
99+
return <p className="text-base text-gitpod-red w-96">{error.message}</p>;
100100
}

0 commit comments

Comments
 (0)