Skip to content

Commit

Permalink
overflow ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
mjadach-iv committed May 23, 2024
1 parent 5634f02 commit b59bfcd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,15 @@ th.icon, td.icon {
th.name, td.name {
max-width: 300px;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
}

th.balance, td.balance {
max-width: 300px;
text-align: left;
overflow: hidden;
text-overflow: ellipsis;
}

.portfolio-table img {
Expand Down

0 comments on commit b59bfcd

Please sign in to comment.