Skip to content

Commit 67094b4

Browse files
committed
fixes
1 parent 809e1e8 commit 67094b4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/material/chips/chip-row.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
}
44

55
@if (!_isEditing && editIcon) {
6-
<span
7-
class="mdc-evolution-chip__cell mdc-evolution-chip__cell--primary"
8-
role="gridcell">
6+
<span class="mdc-evolution-chip__cell mdc-evolution-chip__cell--primary" role="gridcell">
97
<ng-content select="[matChipEdit]"></ng-content>
10-
</span>
8+
</span>
119
}
1210
<span class="mdc-evolution-chip__cell mdc-evolution-chip__cell--primary" role="gridcell"
1311
matChipAction

0 commit comments

Comments
 (0)