From ec8adcc794f632b170f72060f137f201a03daabb Mon Sep 17 00:00:00 2001 From: Gigi Date: Fri, 17 Oct 2025 12:43:06 +0200 Subject: [PATCH] refactor(debug): move plaintext display below buttons for better visual flow --- src/components/Debug.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index f7782fd0..12ddc5fa 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -278,9 +278,11 @@ const Debug: React.FC = () => {
- Plain:
- +
+ Plain: + +
@@ -290,9 +292,11 @@ const Debug: React.FC = () => {
- Plain:
- +
+ Plain: + +