Skip to content

Commit 364687a

Browse files
committed
fix(Summary Section): change padding
1 parent f0c7334 commit 364687a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/components/content/autoGeneratedSummary/SummarySection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const SummarySection = ({
9696
key={`array-item-${arrayGroup.id}-${itemIndex}`}
9797
className="bg-white p-kern-space-default flex flex-col gap-kern-space-x-large mb-kern-space-small "
9898
>
99-
<div className="p-12 mb-8">
99+
<div className="mb-8">
100100
{/* This was added to display the title of the array item only for the "Kinder" group. */}
101101
{arrayGroup.title.startsWith("Kinder") && (
102102
<h4 className="kern-label">

0 commit comments

Comments
 (0)