mirror of
https://github.com/lukevella/rallly.git
synced 2025-08-03 08:28:35 +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} />
|
||||
</div>
|
||||
{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>
|
||||
</p>
|
||||
) : null}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue