File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ export const Insights = () => {
56
56
return (
57
57
< >
58
58
< Header title = "Insights" subtitle = "Insights into workspace sessions in your organization" />
59
- < div className = "app-container pt-5" >
59
+ < div className = "app-container pt-5 pb-8 " >
60
60
< div
61
61
className = { classNames (
62
62
"flex flex-col items-start space-y-3 justify-between" ,
@@ -142,7 +142,7 @@ export const Insights = () => {
142
142
</ ItemsList >
143
143
</ div >
144
144
145
- < div className = "mt-4 mb-8 flex flex-row justify-center" >
145
+ < div className = "mt-4 flex flex-row justify-center" >
146
146
{ hasNextPage ? (
147
147
< LoadingButton
148
148
variant = "secondary"
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ const PrebuildListPage = () => {
12
12
useDocumentTitle ( "Prebuilds" ) ;
13
13
14
14
return (
15
- < div className = "app-container mb -8" >
15
+ < div className = "app-container pb -8" >
16
16
< PageHeading title = "Prebuilds" subtitle = "Review prebuilds of your added repositories." />
17
17
< PrebuildsList />
18
18
</ div >
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ const RepositoryListPage: FC = () => {
92
92
93
93
return (
94
94
< >
95
- < div className = "app-container mb -8" >
95
+ < div className = "app-container pb -8" >
96
96
< PageHeading
97
97
title = "Repository settings"
98
98
subtitle = "Configure and refine the experience of working with a repository in Gitpod."
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ export const RepositoryTable: FC<Props> = ({
132
132
</ div >
133
133
) }
134
134
135
- < div className = "mt-4 mb-8 flex flex-row justify-center" >
135
+ < div className = "mt-4 flex flex-row justify-center" >
136
136
{ hasNextPage ? (
137
137
< LoadingButton variant = "secondary" onClick = { onLoadNextPage } loading = { isFetchingNextPage } >
138
138
Load more
You can’t perform that action at this time.
0 commit comments