reduce spacing between header details sections

This commit is contained in:
2026-06-02 22:47:54 +02:00
parent 4cd7b0199e
commit 2d56700dd8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ interface IProps {
const CustomHeaders = ({ headers, updateHeaders }: IProps) => { const CustomHeaders = ({ headers, updateHeaders }: IProps) => {
return ( return (
<div className="my-4 w-full"> <div className="mt-4 w-full">
<details className="bg-(--neutral-content)/20 p-4 rounded-lg"> <details className="bg-(--neutral-content)/20 p-4 rounded-lg">
<summary> <summary>
Custom Headers (PDF) Custom Headers (PDF)
+1 -1
View File
@@ -9,7 +9,7 @@ interface IProps {
const HeaderFields = ({ headers, updateHeaders }: IProps) => { const HeaderFields = ({ headers, updateHeaders }: IProps) => {
return ( return (
<div className="my-4 w-full"> <div className="mt-4 w-full">
<details className="bg-(--neutral-content)/15 p-4 rounded-lg"> <details className="bg-(--neutral-content)/15 p-4 rounded-lg">
<summary> <summary>
Headers Headers