Skip to content

Commit 32168a5

Browse files
committed
Space after alert banner
1 parent 09791c7 commit 32168a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

site/src/pages/WorkspacesPage/WorkspacesPageView.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ export const WorkspacesPageView: FC<
8585
</PageHeaderSubtitle>
8686
</PageHeader>
8787

88+
<Stack>
8889
<Maybe condition={getWorkspacesError !== undefined}>
8990
<AlertBanner
9091
error={getWorkspacesError}
@@ -105,6 +106,7 @@ export const WorkspacesPageView: FC<
105106
onFilter={onFilter}
106107
presetFilters={presetFilters}
107108
/>
109+
</Stack>
108110

109111
<WorkspacesTable
110112
isLoading={isLoading}

0 commit comments

Comments
 (0)