mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-06 09:59:00 +02:00
parent
aa9f2d9532
commit
559bf6a0d9
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ export function EventCard() {
|
||||||
<PollStatusBadge status={poll.status} />
|
<PollStatusBadge status={poll.status} />
|
||||||
</div>
|
</div>
|
||||||
{poll.description ? (
|
{poll.description ? (
|
||||||
<p className="mt-4 min-w-0 text-wrap text-sm leading-relaxed">
|
<p className="mt-4 min-w-0 whitespace-pre-wrap text-pretty text-sm leading-relaxed">
|
||||||
<TruncatedLinkify>{poll.description}</TruncatedLinkify>
|
<TruncatedLinkify>{poll.description}</TruncatedLinkify>
|
||||||
</p>
|
</p>
|
||||||
) : null}
|
) : null}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue