mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
b96d4ca9c6
*: vehicle In the community PR, the `s_image_title` snippet has been modified in order to not be in `display: flex` anymore, as it could cause issues with images. The same visual was obtained by setting a `grid-area` in a way that the text block is at the bottom right. This commit adapts this snippet customizations to these changes. More precisely, it adapts the `grid-area` and padding to the text content, in order to avoid having an overflow while still looking like before. Related to task-4105319 Part-of: odoo/design-themes#915 Related: odoo/odoo#180515 Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>