mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-09 01:47:11 +03:00
fix: support min width for workspace list table (#1473)
This commit is contained in:
parent
a0fd890def
commit
d9bae4a853
@ -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',
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user