mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 21:27:20 +00:00
fix(core): prevent text wrapping in starter bar badge (#10157)
This commit is contained in:
@@ -67,4 +67,5 @@ export const badgeIcon = style({
|
||||
export const badgeText = style({
|
||||
fontSize: 15,
|
||||
lineHeight: '24px',
|
||||
whiteSpace: 'nowrap',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user