Skip to content

Commit a1224f5

Browse files
photoscenesimongoffin
authored andcommitted
[FIX] web: Contact form modal not responsive
When creating a contact from "Contacts & Adresses" in res.partner view form. The radio button (field "type") was not responsive. opw:706338
1 parent b4c6390 commit a1224f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

addons/web/static/src/less/form_view_layout.less

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@
168168

169169
// Flex fields
170170
.o_form_field_many2one, .o_form_field_radio, .o_form_field_many2manytags, .o_form_field_percent_pie, .o_form_field_monetary, .o_form_field_binary_file {
171+
@media (min-width: @screen-sm-min) {
171172
.o-inline-flex-display();
173+
}
172174
> span, > button {
173175
.o-flex(0, 0, auto);
174176
}

0 commit comments

Comments
 (0)