From 629fa87ec1f68b7723af4474412a10e0f09b1e4d Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Wed, 17 Jun 2026 01:01:35 +0200 Subject: [PATCH] style(layout): give the macroplan grid more width --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index a1c288b..1391c4a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,7 +21,7 @@ const { source, plan, error, resetToSample } = useMacroplan()
Source (TOML)