fixed label of instance button

pull/1/head
Liana Husikyan 5 years ago committed by GitHub
parent 2af3e27424
commit e1b5e968a4
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