Skip to content

Commit

Permalink
fix(ui5-badge): enable letter spacing overwrite (#2493)
Browse files Browse the repository at this point in the history
FIXES #2451
  • Loading branch information
ilhan007 committed Nov 18, 2020
1 parent 3b81ad8 commit cca0d5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/main/src/themes/Badge.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
box-sizing: border-box;
font-family: "72override", var(--sapFontFamily);
text-align: center;
letter-spacing: 0.0125em;
}

/* Bagde with Icon */
Expand Down Expand Up @@ -113,6 +114,6 @@
white-space: nowrap;
text-overflow: ellipsis;
text-transform: uppercase;
letter-spacing: 0.0125em;
letter-spacing: inherit;
font-size: var(--ui5-badge-font-size); /* origin from --sapFontSmallSize (0.75rem) */
}

0 comments on commit cca0d5d

Please sign in to comment.