-
- Downloads
[FIX] website_event: Display cover even if text too long
Steps to reproduce: - Install `website_event` module - Go to Events and edit `Design Fair Los Angeles` event - Edit the title and make it very long then save - Go to the Website then click on Events in the menu - Click on Customize and disable `Layout - Columns` to have a list view. Issue: The cover is hidden on edited event. Cause: It's a know issue: https://stackoverflow.com/questions/36247140/why-dont-flex-items-shrink-past-content-size Solution: Set min-width: 0 to the div arround the title if screen size bigger then `sm`. opw-2882533 closes odoo/odoo#95992 Signed-off-by:Nasreddin Boulif (bon) <bon@odoo.com>
Please register or sign in to comment