mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-25 23:13:09 +03:00
fix: error style of empty page (#3733)
This commit is contained in:
parent
d0e33c748b
commit
58dae07b5f
@ -5,6 +5,7 @@ import { TableBodyRow } from '../../ui/table/table-row';
|
||||
export const StyledTableContainer = styled('div')(({ theme }) => {
|
||||
return {
|
||||
height: '100%',
|
||||
minHeight: '600px',
|
||||
padding: '0 32px 180px 32px',
|
||||
maxWidth: '100%',
|
||||
[theme.breakpoints.down('sm')]: {
|
||||
|
Loading…
Reference in New Issue
Block a user