mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-26 12:25:15 +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 }) => {
|
export const StyledTableContainer = styled('div')(({ theme }) => {
|
||||||
return {
|
return {
|
||||||
height: '100%',
|
height: '100%',
|
||||||
|
minHeight: '600px',
|
||||||
padding: '0 32px 180px 32px',
|
padding: '0 32px 180px 32px',
|
||||||
maxWidth: '100%',
|
maxWidth: '100%',
|
||||||
[theme.breakpoints.down('sm')]: {
|
[theme.breakpoints.down('sm')]: {
|
||||||
|
Loading…
Reference in New Issue
Block a user