mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00: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:
@@ -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',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user