documentation/extensions/odoo_theme
Elisabeth Dickinson 1f509cb2de [IMP] odoo_theme: fix menu links
When searching for a word, if that word happens to be in the menu, the
`display-flex` on the `a` would remove the space around the word because
a `span class=highlight` gets added around it.
Fixed by changing `display-flex` on the `a` to display-block (but
keeping it for `.o_toc_entry_wrapper`)

closes odoo/documentation#4184

X-original-commit: c758071861
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
2023-04-14 19:13:19 +02:00
..
layout_templates
static [IMP] odoo_theme: fix menu links 2023-04-14 19:13:19 +02:00
__init__.py
layout.html
pygments_override.py
search.html
theme.conf
translator.py