Skip to content

Commit ab20d1b

Browse files
gtsiolisroboquat
authored andcommitted
Restore page bottom margin
1 parent af375b9 commit ab20d1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/dashboard/src/components/PageWithSubMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export function PageWithSubMenu(p: PageWithSubMenuProps) {
4040
})}
4141
</ul>
4242
</div>
43-
<div className='ml-32 w-full pt-1'>
43+
<div className='ml-32 w-full pt-1 mb-40'>
4444
{p.children}
4545
</div>
4646
</div>

components/dashboard/src/workspaces/Workspaces.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export default function () {
167167
</div>
168168
<button onClick={showStartWSModal} className="ml-2">New Workspace</button>
169169
</div>
170-
<ItemsList className="app-container">
170+
<ItemsList className="app-container pb-40">
171171
<div className="border-t border-gray-200 dark:border-gray-800"></div>
172172
{
173173
teamsWorkspaceModel?.initialized && <ActiveTeamWorkspaces teams={teams} teamProjects={teamsProjects} teamWorkspaces={teamsActiveWorkspaces} />

0 commit comments

Comments
 (0)