mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-14 16:46:22 +08:00
style: add text overflow style for collections (#3292)
Co-authored-by: Alex Yang <himself65@outlook.com>
This commit is contained in:
@@ -22,7 +22,7 @@ export const Popper = ({
|
||||
defaultVisible = false,
|
||||
visible: propsVisible,
|
||||
trigger = 'hover',
|
||||
pointerEnterDelay = 100,
|
||||
pointerEnterDelay = 500,
|
||||
pointerLeaveDelay = 100,
|
||||
onVisibleChange,
|
||||
popoverStyle,
|
||||
|
||||
@@ -15,6 +15,7 @@ const StyledTooltip = styled(StyledPopperContainer)(() => {
|
||||
fontSize: 'var(--affine-font-sm)',
|
||||
borderRadius: '8px',
|
||||
marginBottom: '12px',
|
||||
overflowWrap: 'break-word',
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user