From 6b735fed07e8ee14d54b6713dc710fd2c39a6606 Mon Sep 17 00:00:00 2001 From: robin Date: Tue, 5 Sep 2023 13:56:20 +0000 Subject: [PATCH] ttt --- frontend/src/lib/components/Pagebuilder/Pagebuilder.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/Pagebuilder/Pagebuilder.svelte b/frontend/src/lib/components/Pagebuilder/Pagebuilder.svelte index 08c6f89..b8ceb3e 100644 --- a/frontend/src/lib/components/Pagebuilder/Pagebuilder.svelte +++ b/frontend/src/lib/components/Pagebuilder/Pagebuilder.svelte @@ -202,7 +202,7 @@ flex: 1; min-width: 0; } - &.towToThree { + &.twoToThree { & > .col:nth-child(1) { flex: 2 !important; }