Fix breaking word style on location informations (#616)
parent
6b4cea2f30
commit
13180fd807
|
@ -177,7 +177,7 @@ export default function Book(props: any): JSX.Element {
|
|||
{props.eventType.length} minutes
|
||||
</p>
|
||||
{selectedLocation === LocationType.InPerson && (
|
||||
<p className="text-gray-500 mb-2">
|
||||
<p className="text-gray-500 mb-2 break-words">
|
||||
<LocationMarkerIcon className="inline-block w-4 h-4 mr-1 -mt-1" />
|
||||
{locationInfo(selectedLocation).address}
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue