fix: add extra word-break for chromium (#4080)

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
This commit is contained in:
Lennart Gastler 2022-09-02 13:14:12 +02:00 committed by GitHub
parent 7d7e4464d2
commit 11b52c839c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -492,7 +492,7 @@ const EventTypePage = (props: inferSSRProps<typeof getServerSideProps>) => {
className="h-6 w-6"
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}
</span>
</div>