Skip to content

Commit

Permalink
fix(interest): overlap in deposit input for some currencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 27, 2020
1 parent e4b0a7e commit 99f20cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const CustomFormLabel = styled(FormLabel)`
`
const CustomField = styled(Field)<BaseFieldProps>`
> input {
padding-left: 30px;
padding-left: 42px;
}
> div:last-child {
display: none;
Expand Down

0 comments on commit 99f20cb

Please sign in to comment.