odoo/odoo#159310

Created by fw-bot
label
odoo-dev:master-saas-17.1-fix-notifications-long-words-anso-_d-3-fw
head
6c855140d57fd7bf0ddc8acc98679d88d4e6cc32
target
master
merged
2 months ago by JavaScript, Pierre Paridans (app)
forward-port of
odoo/odoo#158604

[FW][FIX] web: handle very long words in notifications

This commit fixes an issue where very long words were overflowing out of the notification. These words will now be split on multiple lines so they stay always readable.

task-3820562

| Before | After |
|--------|--------|
| <img width="424" alt="Screenshot 2024-03-21 at 15 59 31" src="https://github.com/odoo/odoo/assets/110090660/717fd6e8-0d3f-42ba-b9b1-905ba3c76aa1"> | <img width="450" alt="Screenshot 2024-03-21 at 16 00 26" src="https://github.com/odoo/odoo/assets/110090660/f9311e75-3edc-4be8-955a-b7ff3c5fd431"> |
---
I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr

Forward-Port-Of: odoo/odoo#158604