Skip to content
Snippets Groups Projects
Commit 2ac6a8f2 authored by jvm-odoo's avatar jvm-odoo
Browse files

[FIX] web: fix kanban tags overflow


Issue

	- Install Contacts
	- Add a tag on a contact like:
	  "LongTagName_Forcepaymentcomplement"
	  and give it a color
	- Go back to kanban view
	- Resize your window

	With some sizes, the tag gets out of
	the kanban box

Cause

	The tag is moved under the color ball
	when it is too long with some resolution

	But there is others resolutions where
	the tag is too long even if it is moved
	to the next line

Solution

	Add word-break: all which will force the
	tags to break if it is too long.

OPW-2251780

closes odoo/odoo#51222

Signed-off-by: default avatarNicolas Lempereur (nle) <nle@odoo.com>
parent b19c7c54
No related branches found
No related tags found
Loading
Loading
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