mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(web): css in mobile (#1731)
This commit is contained in:
@@ -11,6 +11,9 @@ export const StyledTable = styled('table')<{ tableLayout: 'auto' | 'fixed' }>(
|
||||
minWidth: '600px',
|
||||
borderCollapse: 'separate',
|
||||
borderSpacing: '0',
|
||||
[theme.breakpoints.down('sm')]: {
|
||||
minWidth: 'unset',
|
||||
},
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user