File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ export function PageWithSubMenu(p: PageWithSubMenuProps) {
40
40
} ) }
41
41
</ ul >
42
42
</ div >
43
- < div className = 'ml-32 w-full pt-1' >
43
+ < div className = 'ml-32 w-full pt-1 mb-40 ' >
44
44
{ p . children }
45
45
</ div >
46
46
</ div >
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ export default function () {
167
167
</ div >
168
168
< button onClick = { showStartWSModal } className = "ml-2" > New Workspace</ button >
169
169
</ div >
170
- < ItemsList className = "app-container" >
170
+ < ItemsList className = "app-container pb-40 " >
171
171
< div className = "border-t border-gray-200 dark:border-gray-800" > </ div >
172
172
{
173
173
teamsWorkspaceModel ?. initialized && < ActiveTeamWorkspaces teams = { teams } teamProjects = { teamsProjects } teamWorkspaces = { teamsActiveWorkspaces } />
You can’t perform that action at this time.
0 commit comments