odoo/documentation#2227
Created by fw-bot
Merged
at 3c3bd536cafb8a55b12e2a38d4ec1c265a4ca19c
Statuses:
- ci/documentation: (runtime 44s)
- ci/codeowner_coverage: (runtime 3s)
- label
- odoo-dev:saas-15.2-13.0-fix-highlight-blocks-edi-4M1k-fw
- head
- 2f0ae613fb463a573c94bf1b58fa12388ca9b59d
- merged
- 3 years ago by Sales, Antoine Vandevenne (anv)
| odoo/documentation | |
|---|---|
| 13.0 | #2215 |
| 14.0 | #2224 |
| 15.0 | #2225 |
| saas-15.1 | #2226 |
| saas-15.2 | #2227 |
| saas-15.3 | #2228 |
| saas-15.4 | #2229 |
| 16.0 | |
| 17.0 | |
| 18.0 | |
| saas-18.2 | |
| saas-18.3 | |
| saas-18.4 | |
| 19.0 | |
| master | #2230 |
[FW][FIX] odoo_theme: fix highlight blocks in field-list
On pages such as /developer/reference/backend/orm.html#fields, the
highlight blocks inside dl.field-list items were pushing the width of
the page to go outside the screen on mobile. This is fixed by changing
the .field-list's display: grid into block on mobile.
Forward-Port-Of: #2215