Skip to content

Commit

Permalink
Merge pull request #870 from gmx-io/Adjust-left-position-of-Exchange-…
Browse files Browse the repository at this point in the history
…list-item-indicator

Adjust left position of Exchange list item indicator
  • Loading branch information
midas-myth committed Mar 18, 2024
2 parents 74f126c + b6730e5 commit cf538d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Exchange/Exchange.css
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@ table.Position-list .Exchange-list-item-active {
content: "";
border-left: 2px solid #3a3f79;
position: absolute;
left: -7px;
left: -10px;
bottom: -1px;
height: 21px;
}
Expand Down

0 comments on commit cf538d8

Please sign in to comment.