Skip to content

Commit 3281912

Browse files
authored
Merge branch 'staging' into fix-collapse
2 parents 954f283 + f063c11 commit 3281912

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/graphView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export default function GraphView({
208208
ctx.fillStyle = 'black';
209209
ctx.textAlign = 'center';
210210
ctx.textBaseline = 'middle';
211-
ctx.font = '4px Arial';
211+
ctx.font = '2px Arial';
212212
const textWidth = ctx.measureText(node.name).width;
213213
const ellipsis = '...';
214214
const ellipsisWidth = ctx.measureText(ellipsis).width;

0 commit comments

Comments
 (0)