diff --git a/web/src/pages/PullRequests/PullRequests.module.scss b/web/src/pages/PullRequests/PullRequests.module.scss index 27c0d4b87..4ecb3dcda 100644 --- a/web/src/pages/PullRequests/PullRequests.module.scss +++ b/web/src/pages/PullRequests/PullRequests.module.scss @@ -20,7 +20,7 @@ .titleRow { padding-left: var(--spacing-small); - align-items: center; + align-items: start; } } diff --git a/web/src/pages/PullRequests/PullRequests.tsx b/web/src/pages/PullRequests/PullRequests.tsx index caede9aa0..107b4e55d 100644 --- a/web/src/pages/PullRequests/PullRequests.tsx +++ b/web/src/pages/PullRequests/PullRequests.tsx @@ -85,7 +85,7 @@ export default function PullRequests() { Cell: ({ row }: CellProps) => { return ( - + @@ -100,7 +100,7 @@ export default function PullRequests() { {row.original.stats?.conversations} - +