Fix breaking word style on location informations (#616)

pull/625/head^2
Guillaume RODRIGUEZ 2021-09-10 23:12:38 +02:00 committed by GitHub
parent 6b4cea2f30
commit 13180fd807
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ export default function Book(props: any): JSX.Element {
{props.eventType.length} minutes {props.eventType.length} minutes
</p> </p>
{selectedLocation === LocationType.InPerson && ( {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" /> <LocationMarkerIcon className="inline-block w-4 h-4 mr-1 -mt-1" />
{locationInfo(selectedLocation).address} {locationInfo(selectedLocation).address}
</p> </p>