Merge pull request #563 from proddy/dev

optimize for mobile phone layout
This commit is contained in:
Proddy
2022-06-26 21:13:16 +02:00
committed by GitHub

View File

@@ -162,7 +162,7 @@ const DashboardData: FC = () => {
common_theme, common_theme,
{ {
Table: ` Table: `
--data-table-library_grid-template-columns: repeat(1, minmax(0, 1fr)) 200px 40px; --data-table-library_grid-template-columns: repeat(1, minmax(0, 1fr)) 100px 40px;
`, `,
BaseRow: ` BaseRow: `
.td { .td {
@@ -751,7 +751,7 @@ const DashboardData: FC = () => {
ENTITY NAME ENTITY NAME
</Button> </Button>
</HeaderCell> </HeaderCell>
<HeaderCell reszie> <HeaderCell resize>
<Button <Button
fullWidth fullWidth
style={{ fontSize: '14px', justifyContent: 'flex-end' }} style={{ fontSize: '14px', justifyContent: 'flex-end' }}