odoo/odoo#146034

Created by fw-bot
Merged at acd476a4ded3ca873e10dc4cc72668efdcb2c629

Statuses:

label
odoo-dev:saas-16.3-16.0-opw-3581553-web-search-bar-tdc-1KkE-fw
head
cd764fea73af2eabcc7911c52d1722bc2510e7d9
merged
1 year ago by JavaScript, Pierre Paridans (app)
odoo/odoo
16.0 #141449
saas-16.1 #146001
saas-16.2 #146016
saas-16.3 #146034
saas-16.4 #146122
17.0 #146133
18.0
saas-18.1
saas-18.2
saas-18.3
master #146319

[FW][FIX] web: avoid search bar overflow

Overflowing search facets do not wrap making them disappear from view when too long.
This can happen when searching a single field for multiple values (as they are bundled in the same facet).
The problem is fixed by adding actual breakable spaces around the "or" instead of recreating the spacing with margins (which visually looks OK but is actually unreadable as every terms are glued together).

Steps to reproduce:
* Open a view with a search (kanban, list, ...)
* Add many, many long terms search for the same field
=> BUG the search overflow outside the search bar

opw-3581553

Forward-Port-Of: #141449