Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 7fed14e

Browse files
author
Robert Messerle
committed
fix(chips): prevents unnecessary ellipsis in chips
Closes #2688
1 parent 0667380 commit 7fed14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/chips/chips.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ $contact-chip-name-width: rem(12) !default;
7272
padding-right:rem(0.4);
7373
float: left;
7474
white-space: nowrap;
75-
max-width: calc(100% - 31px);
75+
max-width: 100%;
7676
overflow: hidden;
7777
text-overflow: ellipsis;
7878
&:focus {

0 commit comments

Comments
 (0)