Skip to content

fix: add extra word-break for chromium#4080

Merged
PeerRich merged 2 commits intocalcom:mainfrom
lgastler:fix/chromium-link-break
Sep 2, 2022
Merged

fix: add extra word-break for chromium#4080
PeerRich merged 2 commits intocalcom:mainfrom
lgastler:fix/chromium-link-break

Conversation

@lgastler
Copy link
Copy Markdown
Contributor

@lgastler lgastler commented Sep 1, 2022

What does this PR do?

Adds the break-all class (word-break: break-all;) to break long text values so the text field does not overflow. Different browsers break the text different with break-all applied the text field stops overflowing in all cases.

Fixes #4076

CleanShot 2022-09-01 at 13 07 35

Environment: Staging(main branch) / Production

Type of change

  • [x ] Bug fix (non-breaking change which fixes an issue)

@vercel
Copy link
Copy Markdown

vercel bot commented Sep 1, 2022

@lgastler is attempting to deploy a commit to the cal Team on Vercel.

A member of the Team first needs to authorize it.

@PeerRich PeerRich merged commit 11b52c8 into calcom:main Sep 2, 2022
@PeerRich
Copy link
Copy Markdown
Member

PeerRich commented Sep 2, 2022

thank you, great fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

If event links are too long, user isn’t able to edit them

2 participants