Merge branch 'main' into fix/after-meeting-ends-migration

This commit is contained in:
kodiakhq[bot] 2022-09-02 11:15:17 +00:00 committed by GitHub
commit e9034c2281
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>