Skip to content

Commit

Permalink
Merge branch 'shared' into cygame
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-at-sri committed Aug 22, 2024
2 parents 57a773d + deac3ec commit 01bf245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logics/graphImpl/cytoImpl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function toCyNode(n: NodeData): cy.NodeDefinition {
'background-color': color,
'background-opacity': 0,
'background-image': getIcon(n.type),
'background-fit': 'none',
'background-fit': 'contain',
//'font-size': '0px',
'text-max-width' : '80px',
'text-wrap': 'wrap',
Expand Down

0 comments on commit 01bf245

Please sign in to comment.