Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] web_editor: fix snippet name overflows
If the snippet names are too long (e.g., after being translated), they overflow and cause a horizontal scrollbar to appear on the snippet menu. Steps to reproduce the issue: - Set 'Finnish' as the language for the connected user in Odoo. - Go to Website edit mode. - Bug: Some snippet names are too long and overlfow their parent elements. This commit fixes this issue by adding the CSS rule 'ellipsis' to snippet names. task-3584011 closes odoo#144800 Signed-off-by: Romain Derie (rde) <[email protected]>
- Loading branch information