We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039cdfe commit 3bd9cbdCopy full SHA for 3bd9cbd
web_src/css/repo.css
@@ -75,6 +75,7 @@
75
76
.issue-content-right .ui.list {
77
margin: 0.5em 0;
78
+ max-width: 100%;
79
}
80
81
.issue-sidebar-combo > .ui.dropdown .item:not(.checked) .item-check-mark {
@@ -1562,10 +1563,6 @@ td .commit-summary {
1562
1563
display: contents;
1564
1565
-.issue-content-right .labels-list {
1566
- max-width: 100%;
1567
-}
1568
-
1569
.labels-list .label,
1570
.scope-parent > .label {
1571
padding: 0 6px;
web_src/css/repo/issue-card.css
@@ -28,6 +28,7 @@
28
.issue-card-bottom {
29
display: flex;
30
width: 100%;
31
+ justify-content: space-between;
32
gap: 0.25em;
33
34
@@ -36,5 +37,4 @@
36
37
align-items: center;
38
39
justify-content: end;
- margin-left: auto;
40
0 commit comments