Prevent swaps value input placeholder from jumping when focused (#9520)

feature/default_network_editable
David Walsh 4 years ago committed by GitHub
parent e389ad98af
commit 25e5ac24b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/pages/swaps/dropdown-input-pair/index.scss

@ -17,7 +17,7 @@
border: 1px solid $Grey-100;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
border-left: none;
border-left-color: transparent;
height: 60px;
}

Loading…
Cancel
Save