We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c400f8 commit 9d441dcCopy full SHA for 9d441dc
packages/components/src/styles/components/tag.scss
@@ -43,7 +43,7 @@ $hds-tag-border-radius: 50px;
43
.hds-tag__text,
44
.hds-tag__link {
45
flex: 1 0 0;
46
- max-width: 166px;
+ max-width: 166px; // account for excess horizontal padding of text in non-dismissible variant
47
padding: 3px 10px 5px 10px;
48
border-radius: inherit;
49
}
0 commit comments