Skip to content

Commit

Permalink
Show value in explore only when hover over value
Browse files Browse the repository at this point in the history
  • Loading branch information
knicos committed Dec 8, 2016
1 parent 9283c82 commit 4bbb8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/explorer.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ div.symvalue {
overflow: hidden;
}

div.explore-entry-inner:hover > div.symvalue {
div.symvalue:hover {
max-width: 400px;
white-space: pre-wrap;
}
Expand Down
Loading

0 comments on commit 4bbb8bf

Please sign in to comment.