Browse Source

Merge pull request #991 from Tardo/fix#988

[FIX][11.0][web_responsive] Views without sheet
pull/996/head
Pedro M. Baeza 6 years ago
committed by GitHub
parent
commit
f0504cc235
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      web_responsive/static/src/less/form_view.less

2
web_responsive/static/src/less/form_view.less

@ -8,7 +8,7 @@
// Sided Chatter
@media (min-width: @screen-md) {
.o_chatter_position_sided {
.o_form_view {
.o_form_view:not(.o_form_nosheet) {
display: flex;
height: 100%;

Loading…
Cancel
Save