Skip to content

Commit 5394119

Browse files
committed
use contain:paint instead of overflow:hidden, remove line-height
1 parent d7b255a commit 5394119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/css/repo.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1552,9 +1552,9 @@ td .commit-summary {
15521552
.labels-list {
15531553
display: inline-flex;
15541554
flex-wrap: wrap;
1555-
overflow: hidden;
15561555
gap: 0.25rem;
1557-
line-height: 1;
1556+
align-content: center;
1557+
contain: paint;
15581558
}
15591559

15601560
/* To let labels break up and wrap across multiple lines, we use display: contents here. The parent

0 commit comments

Comments
 (0)