Skip to content

Commit 0d89ee9

Browse files
authored
fix(chip): icons alignment in prefix/suffix containers (#12517)
* fix(chip): icons alignment in prefix/suffix containers * chore(*): preserve display type Co-authored-by: Dobromir Tsvetkov <[email protected]>
1 parent 26303f7 commit 0d89ee9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

projects/igniteui-angular/src/lib/core/styles/components/chip/_chip-theme.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,10 @@
404404
display: inline-block;
405405
vertical-align: middle;
406406
max-width: $chip-max-width;
407+
408+
> igx-icon {
409+
display: block;
410+
}
407411
}
408412

409413
%igx-chip__suffix {

0 commit comments

Comments
 (0)