We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9730dde commit b1c3eacCopy full SHA for b1c3eac
packages/components/src/styles/components/tag.scss
@@ -15,12 +15,12 @@ $hds-tag-border-radius: 50px;
15
.hds-tag {
16
display: inline-flex;
17
align-items: stretch;
18
+ overflow: hidden;
19
line-height: 1rem; // 16px - override `body-100`
20
vertical-align: middle;
21
background-color: var(--token-color-surface-interactive);
22
border: 1px solid var(--token-color-border-strong);
23
border-radius: $hds-tag-border-radius;
- overflow: hidden;
24
}
25
26
.hds-tag:focus-within,
0 commit comments