Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[11.x] Add word-break to mail links #53906

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

seblavoie
Copy link
Contributor

@seblavoie seblavoie commented Dec 15, 2024

The default email template's layout breaks when it contains long links. I suggest adding the css property word-break: break-all; on links in the .inner-body to fix this issue.

See the before and after in these screenshots:

Before
mail-before

After
mail-after

Copy link

Thanks for submitting a PR!

Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

@seblavoie seblavoie marked this pull request as ready for review December 15, 2024 17:24
@seblavoie seblavoie changed the title Adding word-break to mail links [11.x] Add word-break to mail links Dec 15, 2024
@taylorotwell taylorotwell merged commit 37d48c4 into laravel:11.x Dec 16, 2024
40 checks passed
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.

2 participants