From efcab56226435518348dce00b24cc8fc97473d58 Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Thu, 6 Feb 2025 18:15:15 +0100 Subject: [PATCH] Refactor JSON generator buttons layout for better alignment and consistency --- frontend/src/app/json-editor/page.tsx | 35 ++++++++++++--------------- 1 file changed, 16 insertions(+), 19 deletions(-) diff --git a/frontend/src/app/json-editor/page.tsx b/frontend/src/app/json-editor/page.tsx index 3d259fc5..ea581742 100644 --- a/frontend/src/app/json-editor/page.tsx +++ b/frontend/src/app/json-editor/page.tsx @@ -328,25 +328,22 @@ export default function JSONGenerator() {
{validationAlert}
- {/* Copy Button */} - - - {/* Download Button */} - +
+ + +
             {JSON.stringify(script, null, 2)}