···217217 }
218218 case PubLeafletBlocksBlockquote.isMain(b.block): {
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.
220221 <blockquote
221221- className={`border-l-2 border-border pl-2 ${className} ${PubLeafletBlocksBlockquote.isMain(previousBlock?.block) ? "-mt-2" : ""}`}
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" : ""}`}
222223 {...blockProps}
223224 >
224225 <TextBlock