From 794fd88e8d207cecd024ed6dae007632da0d8089 Mon Sep 17 00:00:00 2001 From: Slawomir Koszewski Date: Sat, 31 Jan 2026 16:43:38 +0100 Subject: [PATCH] fix: small component size adjustments. --- src/components/ApiKeyPage.jsx | 2 +- src/components/MainPage.jsx | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/ApiKeyPage.jsx b/src/components/ApiKeyPage.jsx index 1fcb654..5db08f7 100644 --- a/src/components/ApiKeyPage.jsx +++ b/src/components/ApiKeyPage.jsx @@ -93,7 +93,7 @@ function ApiKeyPage({ return ( - + API Key Management diff --git a/src/components/MainPage.jsx b/src/components/MainPage.jsx index 449d13b..4c20dd1 100644 --- a/src/components/MainPage.jsx +++ b/src/components/MainPage.jsx @@ -204,6 +204,7 @@ function MainPage({ variant="body2" color="text.secondary" align="left" + mt="1rem" > Validate and test JMESPath expressions against JSON data in real-time. Enter your JMESPath query and JSON data below to see the results @@ -219,6 +220,7 @@ function MainPage({ border: 1, borderColor: "divider", overflow: "hidden", + mb: 2 }} > - +