Skip to content
Snippets Groups Projects
Commit efe13125 authored by Achraf (abz)'s avatar Achraf (abz)
Browse files

[FIX] web: Add word-break to kanban_content


When we create a record with a very long continuous title (without spaces) the string comes out of the kanban block.
Reproducible on several applications such as Notes, CRM, etc.

opw-2680915

closes odoo/odoo#82306

Signed-off-by: default avatarSamuel Degueldre <sad@odoo.com>
parent 6a320b3e
No related branches found
No related tags found
No related merge requests found
......@@ -219,6 +219,10 @@
}
}
}
.oe_kanban_content {
overflow-wrap: break-word;
}
}
// ------- Compatibility of old (<= v10) Generic layouts -------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment