From b588b6d5a3a23de5fcaa5c0ada9318f6e45137c2 Mon Sep 17 00:00:00 2001 From: shawn Date: Tue, 21 Jul 2026 15:41:15 +0800 Subject: [PATCH] fix: wrap pr labels across rows --- src/styles/content.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/content.css b/src/styles/content.css index cd63b1d..df8f772 100644 --- a/src/styles/content.css +++ b/src/styles/content.css @@ -333,6 +333,7 @@ a.better-github-review-popover-item:hover { .better-github-label-prefix { display: inline-flex; + flex-wrap: wrap; gap: 6px; }