diff --git a/app/gui2/src/components/GraphEditor/GraphNode.vue b/app/gui2/src/components/GraphEditor/GraphNode.vue index 356718b4977a..28ce54f15643 100644 --- a/app/gui2/src/components/GraphEditor/GraphNode.vue +++ b/app/gui2/src/components/GraphEditor/GraphNode.vue @@ -578,7 +578,7 @@ function openFullMenu() { caret-shape: bar; height: var(--node-height); border-radius: var(--node-border-radius); - display: flex; + display: inline-flex; flex-direction: row; align-items: center; white-space: nowrap;