fix: increase base node height to 48px to prevent text clipping
This commit is contained in:
@@ -95,7 +95,7 @@ function buildFlow(root: PlayerTreeNode) {
|
|||||||
g.setDefaultEdgeLabel(() => ({}))
|
g.setDefaultEdgeLabel(() => ({}))
|
||||||
|
|
||||||
const baseW = 128
|
const baseW = 128
|
||||||
const baseH = 40
|
const baseH = 48
|
||||||
const thumbH = 78
|
const thumbH = 78
|
||||||
|
|
||||||
for (const n of dagreNodes) {
|
for (const n of dagreNodes) {
|
||||||
|
|||||||
Reference in New Issue
Block a user