There was an error while loading. Please reload this page.
1 parent 98d3375 commit 66ea0d8Copy full SHA for 66ea0d8
1 file changed
src/app/shared/form/chips/chips.component.html
@@ -8,7 +8,7 @@
8
}
9
</ng-template>
10
@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"
+ <div role="listitem" class="nav-item me-2 mb-1 d-flex flex-row"
12
#t="ngbTooltip"
13
triggers="manual"
14
[ngbTooltip]="tipContent"
0 commit comments