Skip to content

Commit

Permalink
Merge pull request pancakeswap#216 from kogecoin/215-apy-column-overf…
Browse files Browse the repository at this point in the history
…low-when-number-too-large

fix pancakeswap#215
  • Loading branch information
0xRektora committed Sep 29, 2021
2 parents ff15b7f + b1f4977 commit daf8733
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/Farms/components/FarmTable/Row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ const StyledTr = styled.tr`
padding: 8px 24px;
}
td:nth-child(3) {
overflow-wrap: anywhere;
}
.details {
@media screen and (max-width: 576px) {
padding-right: 0;
Expand Down

0 comments on commit daf8733

Please sign in to comment.