Skip to content

Commit

Permalink
change border and ghost offset
Browse files Browse the repository at this point in the history
  • Loading branch information
smith committed Feb 26, 2020
1 parent 0380af0 commit 04a6a25
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -56,8 +56,8 @@ const style: cytoscape.Stylesheet[] = [
'font-family': 'Inter UI, Segoe UI, Helvetica, Arial, sans-serif',
'font-size': theme.euiFontSizeXS,
ghost: 'yes',
'ghost-offset-x': -2,
'ghost-offset-y': 1,
'ghost-offset-x': 0,
'ghost-offset-y': 2,
'ghost-opacity': 0.15,
height: nodeHeight,
label: 'data(label)',
Expand Down

0 comments on commit 04a6a25

Please sign in to comment.