Skip to content

Commit b616c25

Browse files
committed
fix bug
1 parent 41f37c1 commit b616c25

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

web_src/css/repo/issue-card.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,13 @@
2828
.issue-card-bottom {
2929
display: flex;
3030
width: 100%;
31-
justify-content: space-between;
32-
gap: 0.25em;
31+
flex-wrap: wrap;
3332
}
3433

3534
.issue-card-assignees {
3635
display: flex;
3736
align-items: center;
3837
gap: 0.25em;
3938
justify-content: end;
40-
flex-wrap: wrap;
39+
margin-left: auto;
4140
}

0 commit comments

Comments
 (0)