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 af375b9 commit ab20d1bCopy full SHA for ab20d1b
components/dashboard/src/components/PageWithSubMenu.tsx
@@ -40,7 +40,7 @@ export function PageWithSubMenu(p: PageWithSubMenuProps) {
40
})}
41
</ul>
42
</div>
43
- <div className='ml-32 w-full pt-1'>
+ <div className='ml-32 w-full pt-1 mb-40'>
44
{p.children}
45
46
components/dashboard/src/workspaces/Workspaces.tsx
@@ -167,7 +167,7 @@ export default function () {
167
168
<button onClick={showStartWSModal} className="ml-2">New Workspace</button>
169
170
- <ItemsList className="app-container">
+ <ItemsList className="app-container pb-40">
171
<div className="border-t border-gray-200 dark:border-gray-800"></div>
172
{
173
teamsWorkspaceModel?.initialized && <ActiveTeamWorkspaces teams={teams} teamProjects={teamsProjects} teamWorkspaces={teamsActiveWorkspaces} />
0 commit comments