fix: small component size adjustments.

This commit is contained in:
2026-01-31 16:43:38 +01:00
parent 9f0d7ee70a
commit 794fd88e8d
2 changed files with 4 additions and 2 deletions

View File

@@ -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
}}
>
<Box
@@ -240,7 +242,7 @@ function MainPage({
</Typography>
</Box>
</Box>
<Box sx={{ p: 1.5 }}>
<Box sx={{ p: 1.5, mt: 0.5 }}>
<TextField
fullWidth
size="small"