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
|
{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>
|
||||||
|
|
Loading…
Reference in New Issue