optimize for mobile phone layout

This commit is contained in:
Proddy
2022-06-26 21:12:21 +02:00
parent 42c9aeeed6
commit 96d2fd2393

View File

@@ -162,7 +162,7 @@ const DashboardData: FC = () => {
common_theme,
{
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: `
.td {
@@ -751,7 +751,7 @@ const DashboardData: FC = () => {
ENTITY NAME
</Button>
</HeaderCell>
<HeaderCell reszie>
<HeaderCell resize>
<Button
fullWidth
style={{ fontSize: '14px', justifyContent: 'flex-end' }}