Skip to content

Commit 74bf2aa

Browse files
geroplgtsiolis
authored andcommitted
[dashboard] Review comment spacing
Co-authored-by: George Tsiolis <tsiolis.g@gmail.com>
1 parent 6e48a14 commit 74bf2aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dashboard/src/components/ErrorMessage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Alert from "./Alert";
1111
function ErrorMessage(props: { imgSrc: string; imgAlt?: string; message: string }) {
1212
return (
1313
<>
14-
<div className="space-y-4 mt-4">
14+
<div className="mt-16 w-96">
1515
<Alert closable={false} showIcon={true} type="error">
1616
<span>{props.message}</span>
1717
</Alert>

0 commit comments

Comments
 (0)