Remove unnecessary swaps footer space when in dropdown mode (#10100)

feature/default_network_editable
David Walsh 4 years ago committed by GitHub
parent 4b766fa538
commit d4d3d6a52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/pages/swaps/view-quote/index.scss

@ -17,7 +17,7 @@
@media screen and (max-width: 576px) {
overflow-y: auto;
max-height: 388px;
max-height: 428px;
}
}

Loading…
Cancel
Save