Unverified Commit 01b764d4 authored by Rob's avatar Rob Committed by GitHub

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

fixed label of instance button
parents 81cbca1e e1b5e968
......@@ -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;
......
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