mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 13:46:10 -05:00
@@ -233,7 +233,9 @@ function Description() {
|
||||
<Avatar user={data.event} size="xs" />
|
||||
{discordFullName(data.event)}
|
||||
</div>
|
||||
<div data-cy="event-description">{data.event.description}</div>
|
||||
<div data-cy="event-description" className="whitespace-pre-wrap">
|
||||
{data.event.description}
|
||||
</div>
|
||||
</div>
|
||||
</Section>
|
||||
);
|
||||
|
||||
@@ -78,6 +78,10 @@
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.whitespace-pre-wrap {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user