Skip to content

Commit 66ea0d8

Browse files
author
FrancescoMauto
committed
fix typo
1 parent 98d3375 commit 66ea0d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/shared/form/chips/chips.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
}
99
</ng-template>
1010
@for (c of chips.getChips(); track c; let i = $index) {
11-
<div role="listitem" class="nav-item me-2 mb-1 d-flex flew-row"
11+
<div role="listitem" class="nav-item me-2 mb-1 d-flex flex-row"
1212
#t="ngbTooltip"
1313
triggers="manual"
1414
[ngbTooltip]="tipContent"

0 commit comments

Comments
 (0)