Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Adjusting CSS so that node-meta has a hover that adjusts to the size …
…of the input, so long node names get displayed.
  • Loading branch information
ManoMarks committed Jan 30, 2017
commit 4e3dda86147eb24295a4a9143f06a7e4788589f3
8 changes: 8 additions & 0 deletions src/vis-physical/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,14 @@
top: -1px;
}
}
.node-meta:hover{
width:auto;
text-align: left;
background-color:white;
overflow:visible;
z-index:500;
position:absolute;
}

.node-content{
padding: 0 10px;
Expand Down