Skip to content

Commit cca0d5d

Browse files
authored
fix(ui5-badge): enable letter spacing overwrite (#2493)
FIXES #2451
1 parent 3b81ad8 commit cca0d5d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/main/src/themes/Badge.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
box-sizing: border-box;
1414
font-family: "72override", var(--sapFontFamily);
1515
text-align: center;
16+
letter-spacing: 0.0125em;
1617
}
1718

1819
/* Bagde with Icon */
@@ -113,6 +114,6 @@
113114
white-space: nowrap;
114115
text-overflow: ellipsis;
115116
text-transform: uppercase;
116-
letter-spacing: 0.0125em;
117+
letter-spacing: inherit;
117118
font-size: var(--ui5-badge-font-size); /* origin from --sapFontSmallSize (0.75rem) */
118119
}

0 commit comments

Comments
 (0)