fix(core): prevent text wrapping in starter bar badge (#10157)

This commit is contained in:
CatsJuice
2025-02-16 08:31:10 +00:00
parent b5ba17c464
commit 04cb303535

View File

@@ -67,4 +67,5 @@ export const badgeIcon = style({
export const badgeText = style({
fontSize: 15,
lineHeight: '24px',
whiteSpace: 'nowrap',
});