From bd072533e0d6051ecec4d441dbbf1cb02e4d8642 Mon Sep 17 00:00:00 2001 From: maria-rcks Date: Fri, 4 Sep 2026 21:22:31 +0000 Subject: [PATCH] fix(web): center pull request link previews --- apps/web/src/components/pullRequest/PullRequestLinkPreview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/pullRequest/PullRequestLinkPreview.tsx b/apps/web/src/components/pullRequest/PullRequestLinkPreview.tsx index f7d477e9afad..36a4c8b15c1c 100644 --- a/apps/web/src/components/pullRequest/PullRequestLinkPreview.tsx +++ b/apps/web/src/components/pullRequest/PullRequestLinkPreview.tsx @@ -84,7 +84,7 @@ export function PullRequestLinkPreview({ return ( - + {detail === null ? (

{detailQuery.isPending ? "Loading pull request details…" : originalUrl}