mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: give electron app with minWidth = 640px (#1785)
This commit is contained in:
@@ -8,12 +8,8 @@ export const StyledTable = styled('table')<{ tableLayout: 'auto' | 'fixed' }>(
|
||||
color: theme.colors.textColor,
|
||||
tableLayout,
|
||||
width: '100%',
|
||||
minWidth: '600px',
|
||||
borderCollapse: 'separate',
|
||||
borderSpacing: '0',
|
||||
[theme.breakpoints.down('sm')]: {
|
||||
minWidth: 'unset',
|
||||
},
|
||||
};
|
||||
}
|
||||
);
|
||||
@@ -45,6 +41,9 @@ export const StyledTableHead = styled('thead')(() => {
|
||||
return {
|
||||
fontWeight: 500,
|
||||
tr: {
|
||||
td: {
|
||||
whiteSpace: 'nowrap',
|
||||
},
|
||||
':hover': {
|
||||
td: {
|
||||
background: 'unset',
|
||||
|
||||
Reference in New Issue
Block a user