Skip to content

Commit 5a4841a

Browse files
committed
use different vertical gap
1 parent 5394119 commit 5a4841a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/css/repo.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1552,7 +1552,7 @@ td .commit-summary {
15521552
.labels-list {
15531553
display: inline-flex;
15541554
flex-wrap: wrap;
1555-
gap: 0.25rem;
1555+
gap: 2px 0.25rem; /* 2px to make vertical gap look equal */
15561556
align-content: center;
15571557
contain: paint;
15581558
}

0 commit comments

Comments
 (0)