Unverified Commit e1b5e968 authored by Liana Husikyan's avatar Liana Husikyan Committed by GitHub

fixed label of instance button

parent 2af3e274
...@@ -98,6 +98,9 @@ var css = csjs` ...@@ -98,6 +98,9 @@ var css = csjs`
.instanceButton { .instanceButton {
border-radius: 3px; border-radius: 3px;
flex: 3; flex: 3;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} }
.closeIcon { .closeIcon {
font-size: 12px; font-size: 12px;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment