Skip to content

Commit 07768f4

Browse files
authored
Merge pull request OCA#541 from Tecnativa/9.0-web_responsive-fix_binary_controls
[FIX][web_responsive] Show upload control in binary widgets.
2 parents 8988ebf + c28637e commit 07768f4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

web_responsive/static/src/less/form_view.less

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,10 @@
8181
.oe_form_field_image > .oe_form_field_image_controls {
8282
display: block;
8383
opacity: 0.7;
84-
}
85-
.oe_hidden_input_file {
86-
display: none;
84+
85+
.oe_hidden_input_file {
86+
display: none;
87+
}
8788
}
8889

8990
// Adapt chatter widget to small viewports

0 commit comments

Comments
 (0)