fixed label of instance button

pull/5370/head
Liana Husikyan 5 years ago committed by GitHub
parent b24e63b246
commit 5790917a5d
  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