fix button spacing on activity list (#9410)

feature/default_network_editable
Brad Decker 4 years ago committed by GitHub
parent 22ee3695f5
commit 0c2404c6d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      ui/app/components/app/transaction-list-item/index.scss

@ -29,6 +29,10 @@
line-height: 1rem;
}
& > .button:first-child {
margin-right: 6px;
}
&:empty {
padding-top: 0;
}

Loading…
Cancel
Save