Stop long ursl from overflowing on booking page. (#5240)

pull/5215/head^2
Jeroen Reumkens 2022-10-27 10:04:33 +02:00 committed by GitHub
parent 4d04a4d9a6
commit f009321deb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -70,7 +70,9 @@ const BookingDescription: FC<Props> = (props) => {
)}
/>
</div>
<EventTypeDescriptionSafeHTML eventType={eventType} />
<div className="max-w-[calc(100%_-_2rem)] flex-shrink break-words">
<EventTypeDescriptionSafeHTML eventType={eventType} />
</div>
</div>
)}
{eventType?.requiresConfirmation && (