There was an error while loading. Please reload this page.
1 parent f0c7334 commit 364687aCopy full SHA for 364687a
1 file changed
app/components/content/autoGeneratedSummary/SummarySection.tsx
@@ -96,7 +96,7 @@ const SummarySection = ({
96
key={`array-item-${arrayGroup.id}-${itemIndex}`}
97
className="bg-white p-kern-space-default flex flex-col gap-kern-space-x-large mb-kern-space-small "
98
>
99
- <div className="p-12 mb-8">
+ <div className="mb-8">
100
{/* This was added to display the title of the array item only for the "Kinder" group. */}
101
{arrayGroup.title.startsWith("Kinder") && (
102
<h4 className="kern-label">
0 commit comments