fix: update breakpoint in all page (#2602)

This commit is contained in:
Whitewater
2023-05-30 03:27:42 -07:00
committed by GitHub
parent e11326f05f
commit 31d552ab7e
4 changed files with 15 additions and 12 deletions

View File

@@ -39,7 +39,7 @@ export const StyledTableCell = styled('td')<
boxSizing: 'border-box',
textAlign: align,
verticalAlign: 'middle',
overflowWrap: 'break-word',
whiteSpace: 'nowrap',
userSelect: 'none',
fontSize: 'var(--affine-font-sm)',
...(active ? { color: 'var(--affine-text-primary-color)' } : {}),