File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
components/dashboard/src/projects Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ export default function (props: { project?: Project; isAdminDashboard?: boolean
190
190
</ div >
191
191
< ItemsList className = "mt-2" >
192
192
< Item header = { true } >
193
- < ItemField className = "my-auto w-5 /12" >
193
+ < ItemField className = "my-auto md:w-3/12 xl:w-4 /12" >
194
194
< span > Prebuild</ span >
195
195
</ ItemField >
196
196
< ItemField className = "my-auto w-5/12" >
@@ -216,7 +216,7 @@ export default function (props: { project?: Project; isAdminDashboard?: boolean
216
216
>
217
217
< Item key = { `prebuild-${ p . info . id } ` } >
218
218
< ItemField
219
- className = { `flex items-center my-auto w-5 /12 ${
219
+ className = { `flex items-center my-auto md:w-3/12 xl:w-4 /12 ${
220
220
props . isAdminDashboard ? "pointer-events-none" : ""
221
221
} `}
222
222
>
You can’t perform that action at this time.
0 commit comments