File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
components/dashboard/src/projects Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ export default function () {
185
185
< span > Branch</ span >
186
186
</ ItemField >
187
187
</ Item >
188
- { isLoadingPrebuilds && < div className = "flex items-center justify-center space-x-2 text-gray-400 text-sm pt-16" >
188
+ { isLoadingPrebuilds && < div className = "flex items-center justify-center space-x-2 text-gray-400 text-sm pt-16 pb-40 " >
189
189
< img alt = "" className = "h-4 w-4 animate-spin" src = { Spinner } />
190
190
< span > Fetching prebuilds...</ span >
191
191
</ div > }
Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ export default function () {
215
215
< span > Prebuild</ span >
216
216
</ ItemField >
217
217
</ Item >
218
- { isLoadingBranches && < div className = "flex items-center justify-center space-x-2 text-gray-400 text-sm pt-16" >
218
+ { isLoadingBranches && < div className = "flex items-center justify-center space-x-2 text-gray-400 text-sm pt-16 pb-40 " >
219
219
< img className = "h-4 w-4 animate-spin" src = { Spinner } />
220
220
< span > Fetching repository branches...</ span >
221
221
</ div > }
Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ export default function () {
150
150
{ team && < Link to = "./members" className = "flex" > < button className = "ml-2 secondary" > Invite Members</ button > </ Link > }
151
151
< button className = "ml-2" onClick = { ( ) => onNewProject ( ) } > New Project</ button >
152
152
</ div >
153
- < div className = "mt-4 grid grid-cols-3 gap-4" >
153
+ < div className = "mt-4 grid grid-cols-3 gap-4 pb-40 " >
154
154
{ projects . filter ( filter ) . sort ( hasNewerPrebuild ) . map ( p => ( < div key = { `project-${ p . id } ` } className = "h-52" >
155
155
< div className = "h-42 border border-gray-100 dark:border-gray-800 rounded-t-xl" >
156
156
< div className = "h-32 p-6" >
You can’t perform that action at this time.
0 commit comments