···219219 return (
220220 // highly unfortunate hack so that the border-l on blockquote is the height of just the text rather than the height of the block, which includes padding.
221221 <blockquote
222222- className={` blockquote !py-0 !mt-1 !mb-2 last:!mb-3 last:sm:!mb-4 first:!mt-2 sm:first:pt-3 ${className} ${PubLeafletBlocksBlockquote.isMain(previousBlock?.block) ? "-mt-2" : ""}`}
222222+ className={` blockquote !py-0 !mb-2 last:!mb-3 last:sm:!mb-4 first:!mt-2 sm:first:pt-3 ${className} ${PubLeafletBlocksBlockquote.isMain(previousBlock?.block) ? "!-mt-2" : "!mt-1"}`}
223223 {...blockProps}
224224 >
225225 <TextBlock