Skip to content

Commit 61eed76

Browse files
Wrap labels
1 parent 2eb8545 commit 61eed76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/app/annotate/annotation-input/problem-details/problem-labels/problem-labels.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="d-flex align-items-center wrap gap-2">
1+
<div class="d-flex align-items-center flex-wrap gap-2">
22
@for (label of sortedLabels(); track label.text) {
33
<div class="label-pill">
44
<fa-icon

0 commit comments

Comments
 (0)