Skip to content

Commit cce07e0

Browse files
committed
Add a bit of padding to make pathway links easier to click in the interaction tooltips
Now that the square parentheses are removed, the links are smaller and harder to click. By adding padding, each link has a larger hit area. Ref #1106 #1105
1 parent f63d181 commit cce07e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/common/cytoscape-tooltip.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
& a {
9797
display: inline-block;
9898
margin-right: 10px;
99+
padding: 0 0.5em;
99100
}
100101
}
101102

0 commit comments

Comments
 (0)