mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
fix: support min width for workspace list table (#1473)
This commit is contained in:
@@ -8,6 +8,7 @@ export const StyledTable = styled('table')<{ tableLayout: 'auto' | 'fixed' }>(
|
|||||||
color: theme.colors.textColor,
|
color: theme.colors.textColor,
|
||||||
tableLayout,
|
tableLayout,
|
||||||
width: '100%',
|
width: '100%',
|
||||||
|
minWidth: '600px',
|
||||||
borderCollapse: 'separate',
|
borderCollapse: 'separate',
|
||||||
borderSpacing: '0',
|
borderSpacing: '0',
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user