summaryrefslogtreecommitdiffstats
path: root/src/components/OrgChart.vue
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-10-07 14:40:13 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-10-10 11:17:08 +0200
commited3658a6f407fbfb1aa5c925f983ccfdd5d645f8 (patch)
tree91b1b9d10f9c8f53785a5a2fed86bf714b2eaa73 /src/components/OrgChart.vue
parent8ba446e85f09b4fb29a6d775a3d0e51e6750da2a (diff)
Fix org chart card overlapping other card expand button
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'src/components/OrgChart.vue')
-rw-r--r--src/components/OrgChart.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/OrgChart.vue b/src/components/OrgChart.vue
index d7c62cc2..2ad9a99c 100644
--- a/src/components/OrgChart.vue
+++ b/src/components/OrgChart.vue
@@ -102,7 +102,7 @@ export default {
.data(data)
.nodeWidth(() => 250)
.initialZoom(1)
- .nodeHeight(() => 175)
+ .nodeHeight(() => 200)
.childrenMargin(() => 70)
.compactMarginBetween(() => 15)
.compactMarginPair(() => 80)