diff --git a/src/renderer/src/components/right-sidebar/ChecksPanel.review-header.test.tsx b/src/renderer/src/components/right-sidebar/ChecksPanel.review-header.test.tsx
index 4b4b79af5b6..af2a2c546c2 100644
--- a/src/renderer/src/components/right-sidebar/ChecksPanel.review-header.test.tsx
+++ b/src/renderer/src/components/right-sidebar/ChecksPanel.review-header.test.tsx
@@ -48,6 +48,7 @@ describe('ChecksPanelReviewHeader', () => {
expect(markup).toContain('Open on GitHub')
expect(markup).toContain('#2964')
+ expect(markup).toContain('underline decoration-border underline-offset-2')
expect(markup).toContain('More PR actions')
expect(markup).toContain('unlink PR')
expect(markup).toContain('Link another PR')
diff --git a/src/renderer/src/components/right-sidebar/ChecksPanel.tsx b/src/renderer/src/components/right-sidebar/ChecksPanel.tsx
index 8e378e3a773..537927d0780 100644
--- a/src/renderer/src/components/right-sidebar/ChecksPanel.tsx
+++ b/src/renderer/src/components/right-sidebar/ChecksPanel.tsx
@@ -139,7 +139,7 @@ export function ChecksPanelReviewHeader({