Skip to content

Commit 3bd9cbd

Browse files
committed
cleanup
1 parent 039cdfe commit 3bd9cbd

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

web_src/css/repo.css

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575

7676
.issue-content-right .ui.list {
7777
margin: 0.5em 0;
78+
max-width: 100%;
7879
}
7980

8081
.issue-sidebar-combo > .ui.dropdown .item:not(.checked) .item-check-mark {
@@ -1562,10 +1563,6 @@ td .commit-summary {
15621563
display: contents;
15631564
}
15641565

1565-
.issue-content-right .labels-list {
1566-
max-width: 100%;
1567-
}
1568-
15691566
.labels-list .label,
15701567
.scope-parent > .label {
15711568
padding: 0 6px;

web_src/css/repo/issue-card.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
.issue-card-bottom {
2929
display: flex;
3030
width: 100%;
31+
justify-content: space-between;
3132
gap: 0.25em;
3233
}
3334

@@ -36,5 +37,4 @@
3637
align-items: center;
3738
gap: 0.25em;
3839
justify-content: end;
39-
margin-left: auto;
4040
}

0 commit comments

Comments
 (0)