Fix send header cancel button alignment (#9812)

feature/default_network_editable
Erik Marks 4 years ago committed by GitHub
parent efd36adaac
commit bff982017b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/pages/send/send.scss

@ -3,6 +3,8 @@
.send {
&__header {
position: relative;
display: flex;
justify-content: center;
background-color: $Grey-000;
border-bottom: none;
padding: 14px 0 3px 0;

Loading…
Cancel
Save