Skip to content

Commit

Permalink
Fix conflicting asset error & currency value placement
Browse files Browse the repository at this point in the history
  • Loading branch information
henryboldi committed Dec 13, 2021
1 parent 9c3645c commit d082dd5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ui/components/Shared/SharedAssetInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,10 @@ export default function SharedAssetInput(
transform: translateY(-3px);
align-self: flex-end;
text-align: end;
margin-right: 10px;
width: 320px;
width: 150px;
background-color: var(--green-95);
margin-left: 172px;
z-index: 1;
}
`}
</style>
Expand Down

0 comments on commit d082dd5

Please sign in to comment.