[FIX] web_responsive: display search filters correctly

When you search for data in the mobile size search bar of any view and
a drop-down filter appears, the text overlaps the drop-down arrow. This
error in the design is caused by the extra padding.

TT54811
This commit is contained in:
pilarvargas-tecnativa
2025-01-31 16:24:31 +01:00
parent 5c3bbc9869
commit 547f719c2c

View File

@@ -152,13 +152,6 @@
display: inline-block !important;
}
.o_searchview_input_container > .o_searchview_autocomplete {
left: 0;
right: 0;
> li {
padding: 10px 0px;
}
}
.o_searchview_quick {
display: flex;
flex: 1 1 auto;