Skip to content

Commit e463eca

Browse files
author
Andrea Falzetti
committed
chore(dashboard): adjust prebuild tabble col width
1 parent 497741d commit e463eca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/dashboard/src/projects/Prebuilds.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ export default function (props: { project?: Project; isAdminDashboard?: boolean
190190
</div>
191191
<ItemsList className="mt-2">
192192
<Item header={true}>
193-
<ItemField className="my-auto w-5/12">
193+
<ItemField className="my-auto md:w-3/12 xl:w-4/12">
194194
<span>Prebuild</span>
195195
</ItemField>
196196
<ItemField className="my-auto w-5/12">
@@ -216,7 +216,7 @@ export default function (props: { project?: Project; isAdminDashboard?: boolean
216216
>
217217
<Item key={`prebuild-${p.info.id}`}>
218218
<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 ${
220220
props.isAdminDashboard ? "pointer-events-none" : ""
221221
}`}
222222
>

0 commit comments

Comments
 (0)