Skip to content
Snippets Groups Projects
Commit 06ee836f authored by Benjamin Vray's avatar Benjamin Vray Committed by qsm-odoo
Browse files

[FIX] web_editor: fix select with we-title

Before this commit, line height on items in a select was not applied
if the items were in a we-title tag (this is the case when using the
string attribute on we-button instead of text content).

Part of https://github.com/odoo/odoo/pull/60271
task-2312878

X-original-commit: d184004c
parent 42b6bc03
No related branches found
No related tags found
No related merge requests found
......@@ -850,7 +850,7 @@ body.editor_enable.editor_has_snippets {
flex-grow: 1;
}
> div {
> div, > we-title {
line-height: $o-we-sidebar-content-field-dropdown-item-height;
img, svg {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment