From 383b4eedb0edc9ac1f5b6fed73fc60e7e9c3d23c Mon Sep 17 00:00:00 2001 From: kts of kettek Date: Wed, 14 Feb 2024 19:04:27 -0800 Subject: [PATCH] Fix change --- frontend/src/sections/Editor2D.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/sections/Editor2D.svelte b/frontend/src/sections/Editor2D.svelte index 3c0f30a..97a2eaf 100644 --- a/frontend/src/sections/Editor2D.svelte +++ b/frontend/src/sections/Editor2D.svelte @@ -369,7 +369,7 @@ flex-direction: row; justify-content: flex-end; } - menu > .bx--form-item { + :global(menu > .bx--form-item) { flex: initial; } \ No newline at end of file