From e1b5e968a46c38568b55bdc88f6d3df2f60adf8b Mon Sep 17 00:00:00 2001 From: Liana Husikyan Date: Tue, 5 Nov 2019 14:47:29 +0100 Subject: [PATCH] fixed label of instance button --- src/universal-dapp-styles.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/universal-dapp-styles.js b/src/universal-dapp-styles.js index 20fc4ba4d4..121cd7295b 100644 --- a/src/universal-dapp-styles.js +++ b/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;