Skip to content

Commit f74c643

Browse files
committed
fine tune
1 parent 46a6987 commit f74c643

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

web_src/css/repo.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,6 @@
8888
flex-wrap: wrap;
8989
}
9090

91-
.issue-content-right .ui.list.labels-list .item {
92-
display: inline-flex;
93-
min-width: 0;
94-
}
95-
9691
@media (max-width: 767.98px) {
9792
.issue-content-left,
9893
.issue-content-right {
@@ -1567,6 +1562,10 @@ If the labels-list itself needs some layouts, use extra classes or "tw" helpers.
15671562
font-size: var(--font-size-label); /* it must match the label font size, otherwise the height mismatches */
15681563
}
15691564

1565+
.labels-list a {
1566+
max-width: 100%; /* for ellipsis */
1567+
}
1568+
15701569
.labels-list .label,
15711570
.scope-parent > .label {
15721571
padding: 0 6px;

0 commit comments

Comments
 (0)