Skip to content

Commit

Permalink
Restore page bottom margin
Browse files Browse the repository at this point in the history
  • Loading branch information
gtsiolis authored and roboquat committed Jan 5, 2022
1 parent af375b9 commit ab20d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/dashboard/src/components/PageWithSubMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export function PageWithSubMenu(p: PageWithSubMenuProps) {
})}
</ul>
</div>
<div className='ml-32 w-full pt-1'>
<div className='ml-32 w-full pt-1 mb-40'>
{p.children}
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion components/dashboard/src/workspaces/Workspaces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default function () {
</div>
<button onClick={showStartWSModal} className="ml-2">New Workspace</button>
</div>
<ItemsList className="app-container">
<ItemsList className="app-container pb-40">
<div className="border-t border-gray-200 dark:border-gray-800"></div>
{
teamsWorkspaceModel?.initialized && <ActiveTeamWorkspaces teams={teams} teamProjects={teamsProjects} teamWorkspaces={teamsActiveWorkspaces} />
Expand Down

0 comments on commit ab20d1b

Please sign in to comment.