-
- Downloads
[FIX] website: break too long table of content generated entries
Before this commit if a Table of Content entry was a too long word without spaces, it span beyond the width of the menu part of the Table of Content block. Note that in Chrome, during Edit mode the words are already split across several lines because the `contenteditable="true"` of the `#wrap` node applies some built-in extra styles (not from user agent stylesheet) among which `overflow-wrap: break-word;`. After this commit long words are split across several lines. task-2965279 closes odoo/odoo#104516 X-original-commit: ef7174e1 Signed-off-by:Romain Derie (rde) <rde@odoo.com>
Please register or sign in to comment