Thanks to visit codestin.com Credit goes to github.com
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 f571730 commit 6606d8bCopy full SHA for 6606d8b
site/src/pages/WorkspacesPage/WorkspacesPageView.tsx
@@ -98,7 +98,7 @@ export const WorkspacesPageView: FC<WorkspacesPageViewProps> = ({
98
const pageNumberIsInvalid = page !== 1 && workspaces?.length === 0;
99
100
return (
101
- <Margins>
+ <Margins className="pb-12">
102
<PageHeader
103
actions={
104
<WorkspacesButton
0 commit comments