From 63aa0dd713b0322c46030741f3f141c0b6a628e1 Mon Sep 17 00:00:00 2001 From: moklick Date: Thu, 11 Apr 2024 12:04:13 +0200 Subject: [PATCH] fix(viewport): set direction=ltr for react flow wrapper --- packages/system/src/styles/init.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/system/src/styles/init.css b/packages/system/src/styles/init.css index 4a519893..037ad579 100644 --- a/packages/system/src/styles/init.css +++ b/packages/system/src/styles/init.css @@ -1,6 +1,8 @@ /* these are the necessary styles for React/Svelte Flow, they get used by base.css and style.css */ .xy-flow { + direction: ltr; + --xy-edge-stroke-default: #b1b1b7; --xy-edge-stroke-width-default: 1; --xy-edge-stroke-selected-default: #555;