Skip to content

Commit

Permalink
Center values
Browse files Browse the repository at this point in the history
  • Loading branch information
RobVermeer committed Dec 23, 2023
1 parent 5abdbac commit f2dac82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Issues/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export async function Issues({ projectId }: Props) {
<dt className="text-sm font-medium leading-6 text-foreground">
{key}
</dt>
<dd className="mt-1 text-sm leading-6 text-muted-foreground sm:col-span-2 sm:mt-0">
<dd className="flex items-center mt-1 text-sm leading-6 text-muted-foreground sm:col-span-2 sm:mt-0">
{typeof value === "boolean" && (
<span
className={clsx(
Expand Down

0 comments on commit f2dac82

Please sign in to comment.