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

fixed label of instance button
pull/5370/head
Rob 5 years ago committed by GitHub
commit a1e755e31b
  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