mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix: error style of empty page (#3733)
This commit is contained in:
@@ -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')]: {
|
||||
|
||||
Reference in New Issue
Block a user