mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-05 08:48:50 +03:00
fix(core): cmdk unexpected highlighting style (#7538)
close PD-1428 https://github.com/user-attachments/assets/6bb02547-6030-474d-ada0-c5a49be309d6
This commit is contained in:
parent
af7d44164c
commit
4512a1a91d
@ -2,7 +2,7 @@ import { cssVar } from '@toeverything/theme';
|
||||
import { style } from '@vanilla-extract/css';
|
||||
|
||||
export const highlightText = style({
|
||||
whiteSpace: 'pre',
|
||||
whiteSpace: 'nowrap',
|
||||
overflow: 'hidden',
|
||||
textOverflow: 'ellipsis',
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user