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) {
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 >
Original file line number Diff line number Diff 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 } />
You can’t perform that action at this time.
0 commit comments