We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dbb050 commit 0836179Copy full SHA for 0836179
components/dashboard/src/start/StartPage.tsx
@@ -96,5 +96,5 @@ function StartError(props: { error: StartWorkspaceError }) {
96
if (!error) {
97
return null;
98
}
99
- return <p className="text-base text-gitpod-red">{error.message}</p>;
+ return <p className="text-base text-gitpod-red w-96">{error.message}</p>;
100
0 commit comments