Merge pull request #9881 from darkwing/prevent-send-button-jump

Prevent jump when hovering over asset list items
feature/default_network_editable
David Walsh 4 years ago committed by GitHub
commit 70a3a7b09c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      ui/app/components/app/asset-list-item/asset-list-item.scss

@ -46,6 +46,8 @@
display: none;
text-transform: uppercase;
width: fit-content;
padding-top: 0;
padding-bottom: 0;
}
@media (min-width: 576px) {

Loading…
Cancel
Save