From af7d871fd5e477e9b476de6c5a9b2df76148611d Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Thu, 20 Aug 2026 02:23:43 -0400 Subject: [PATCH 1/2] fix(web): the base branch stays readable in the pull request header Both branch names competed for the same slack, and the base lost every time: it collapsed to a letter and an ellipsis while the head kept a wide box, so the one piece of context that says where the change is going was the piece that disappeared first. Signed-off-by: Yordis Prieto --- .../src/components/pullRequest/PullRequestDetailPanel.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/web/src/components/pullRequest/PullRequestDetailPanel.tsx b/apps/web/src/components/pullRequest/PullRequestDetailPanel.tsx index f783029f17cd..90d1b12f0443 100644 --- a/apps/web/src/components/pullRequest/PullRequestDetailPanel.tsx +++ b/apps/web/src/components/pullRequest/PullRequestDetailPanel.tsx @@ -1510,7 +1510,7 @@ export function PullRequestDetailPanel({ - }> + }> {detail.baseBranch} {`${detail.baseBranch} ← ${detail.headBranch}`} @@ -1647,7 +1647,7 @@ export function PullRequestDetailPanel({ + {detail.baseBranch} } @@ -1668,7 +1668,7 @@ export function PullRequestDetailPanel({ render={