Stop long ursl from overflowing on booking page. (#5240)
parent
4d04a4d9a6
commit
f009321deb
|
@ -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 && (
|
||||
|
|
Loading…
Reference in New Issue