Skip to content

Commit

Permalink
chore(dashboard): adjust prebuild table col width
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Falzetti authored and roboquat committed Jun 29, 2022
1 parent 6aebb2a commit 1e256ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/dashboard/src/projects/Prebuilds.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export default function (props: { project?: Project; isAdminDashboard?: boolean
</div>
<ItemsList className="mt-2">
<Item header={true}>
<ItemField className="my-auto w-5/12">
<ItemField className="my-auto md:w-3/12 xl:w-4/12">
<span>Prebuild</span>
</ItemField>
<ItemField className="my-auto w-5/12">
Expand All @@ -216,7 +216,7 @@ export default function (props: { project?: Project; isAdminDashboard?: boolean
>
<Item key={`prebuild-${p.info.id}`}>
<ItemField
className={`flex items-center my-auto w-5/12 ${
className={`flex items-center my-auto md:w-3/12 xl:w-4/12 ${
props.isAdminDashboard ? "pointer-events-none" : ""
}`}
>
Expand Down

0 comments on commit 1e256ee

Please sign in to comment.