Skip to content

Commit

Permalink
optimize for mobile phone layout
Browse files Browse the repository at this point in the history
  • Loading branch information
proddy committed Jun 26, 2022
1 parent 42c9aee commit 96d2fd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interface/src/project/DashboardData.tsx
Expand Up @@ -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 {
Expand Down Expand Up @@ -751,7 +751,7 @@ const DashboardData: FC = () => {
ENTITY NAME
</Button>
</HeaderCell>
<HeaderCell reszie>
<HeaderCell resize>
<Button
fullWidth
style={{ fontSize: '14px', justifyContent: 'flex-end' }}
Expand Down

0 comments on commit 96d2fd2

Please sign in to comment.