Merge pull request #2425 from ethereum/LianaHus-patch-1

fixed label of instance button
pull/1/head
Rob 5 years ago committed by GitHub
commit 01b764d4cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      src/universal-dapp-styles.js

@ -98,6 +98,9 @@ var css = csjs`
.instanceButton {
border-radius: 3px;
flex: 3;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.closeIcon {
font-size: 12px;

Loading…
Cancel
Save