Bug fix preview cards could overflow

This commit is contained in:
DrMint 2023-05-11 00:39:33 +02:00
parent ebd3f75804
commit a8960d67ed
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ export const PreviewCard = ({
)}
{subtitle && <Markdown text={subtitle} className="leading-none break-words" />}
</div>
{description && <Markdown text={description} className="break-words" />}
{description && <Markdown text={description} className="break-words overflow-hidden" />}
{bottomChips && bottomChips.length > 0 && (
<div
className="grid grid-flow-col place-content-start gap-1 overflow-x-scroll