Skip to content

Commit

Permalink
enlarge tooltip when possible as it has more content, WIP #167
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-brancotte committed May 6, 2021
1 parent 6939fb5 commit 5283338
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion css/tree-reusable-d3.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ path.link.selected {

div.tooltip {
position: absolute;
width:300px;
width: 20vw;
min-width:300px;
}
.node text{
stroke: #FFFA;
Expand Down

0 comments on commit 5283338

Please sign in to comment.