From b34dcac68598d1608084084614c5f122fff150c1 Mon Sep 17 00:00:00 2001 From: "Torsten Schulz (local)" Date: Wed, 7 Jan 2026 17:00:56 +0100 Subject: [PATCH] Refactor CreateNPCView layout for improved structure and styling - Updated the template structure in CreateNPCView.vue to enhance layout with additional div wrappers for better styling and organization. - Ensured the main content is encapsulated within a scrollable area, improving user experience during NPC creation. --- frontend/src/views/admin/falukant/CreateNPCView.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/admin/falukant/CreateNPCView.vue b/frontend/src/views/admin/falukant/CreateNPCView.vue index ee7bba4..ea60dbe 100644 --- a/frontend/src/views/admin/falukant/CreateNPCView.vue +++ b/frontend/src/views/admin/falukant/CreateNPCView.vue @@ -1,6 +1,8 @@