fix: add extra word-break for chromium (#4080)
Co-authored-by: Peer Richelsen <peeroke@gmail.com>pull/3968/head^2
parent
7d7e4464d2
commit
11b52c839c
|
@ -492,7 +492,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
|
||||||
className="h-6 w-6"
|
className="h-6 w-6"
|
||||||
alt={`${eventLocation.label} logo`}
|
alt={`${eventLocation.label} logo`}
|
||||||
/>
|
/>
|
||||||
<span className="text-sm ltr:ml-2 rtl:mr-2">
|
<span className="break-all text-sm ltr:ml-2 rtl:mr-2">
|
||||||
{location[eventLocation.defaultValueVariable] || eventLocation.label}
|
{location[eventLocation.defaultValueVariable] || eventLocation.label}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue