From 8dec407dc5496f6e55c46367c58d1252ab6b1b3a Mon Sep 17 00:00:00 2001 From: calvin Date: Thu, 6 Apr 2023 14:02:56 -0600 Subject: [PATCH] feat: [code-216]: pr listing view --- web/src/pages/PullRequests/PullRequests.module.scss | 2 +- web/src/pages/PullRequests/PullRequests.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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} - +