Skip to content

Commit

Permalink
Merge pull request #232 from us3r-network/F-modelWidth-ttang
Browse files Browse the repository at this point in the history
feat: model max width
  • Loading branch information
sin-bufan authored Sep 25, 2023
2 parents 70c947b + c5de355 commit cc3603f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/client/scan/src/container/DappsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ const TableContainer = styled.table<{ isMobile: boolean }>`
}
> :nth-child(3) {
width: calc(100% - 650px);
max-width: 600px;
overflow: hidden;
}
}
Expand Down Expand Up @@ -214,7 +216,12 @@ const TableContainer = styled.table<{ isMobile: boolean }>`
display: flex;
align-items: center;
gap: 10px;
max-width: 550px;
overflow: hidden;
text-overflow: ellipsis;
overflow: hidden;
padding-right: 5px;
white-space: nowrap;
}
`

Expand Down

0 comments on commit cc3603f

Please sign in to comment.