From 56b7b917de433b7a6b0d7b7d1d91638bc5475755 Mon Sep 17 00:00:00 2001 From: Anchel135 Date: Wed, 4 Dec 2024 15:54:50 +0200 Subject: [PATCH] remove justify center so the view of the data always be visible (in small screens) --- app/components/dataPanel.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/dataPanel.tsx b/app/components/dataPanel.tsx index b38d40a5..ecd8c773 100644 --- a/app/components/dataPanel.tsx +++ b/app/components/dataPanel.tsx @@ -43,7 +43,7 @@ export default function DataPanel({ obj, setObj, url }: Props) { -
+
{ object.map(([key, value]) => (