We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents acc24d8 + 7e13e96 commit b70d00aCopy full SHA for b70d00a
projects/igniteui-angular/src/lib/core/styles/components/chip/_chip-theme.scss
@@ -215,7 +215,7 @@
215
@include igx-root-css-vars($theme);
216
217
$transition: all 120ms $ease-in-out-quad;
218
- $chip-max-width: 24ch;
+ $chip-max-width: 32ch;
219
220
$chip-height-material: (
221
comfortable: rem(32px),
@@ -338,9 +338,10 @@
338
339
%igx-chip__prefix,
340
%igx-chip__suffix {
341
- display: inline-flex;
342
- align-items: center;
343
- justify-content: center;
+ @include ellipsis();
+ display: inline-block;
+ vertical-align: middle;
344
+ max-width: $chip-max-width;
345
}
346
347
0 commit comments