Skip to content

Commit e35c259

Browse files
committed
[front] fix: align credit pool loading and loaded section gaps
1 parent a1c2bbd commit e35c259

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

front/components/workspace/WorkspaceCreditPoolCards.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ export function WorkspaceCreditPoolSection({
331331
}
332332

333333
return (
334-
<div className="flex flex-col items-stretch gap-10">
334+
<div className="flex flex-col items-stretch gap-8">
335335
{cardsStatus === "error" ? (
336336
<ContentMessage
337337
title="Failed to load Workspace Credits Pool"

0 commit comments

Comments
 (0)