From 03828943b001dff06bdf20dc1a1ca657de67aa6a Mon Sep 17 00:00:00 2001 From: Bram Suurd <78373894+BramSuurdje@users.noreply.github.com> Date: Thu, 6 Feb 2025 19:11:32 +0100 Subject: [PATCH] Refactor JSON generator buttons layout for better alignment and consistency (#2106) --- 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 3d259fc57..ea5817422 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)}