提交 08361795 编写于 作者: J Jan Keromnes

[dashboard] Show workspace start errors in futuristic width

上级 3dbb0507
......@@ -96,5 +96,5 @@ function StartError(props: { error: StartWorkspaceError }) {
if (!error) {
return null;
}
return <p className="text-base text-gitpod-red">{error.message}</p>;
return <p className="text-base text-gitpod-red w-96">{error.message}</p>;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册