Browse Source
[FIX][11.0][web_responsive] Views without sheet
pull/1066/head
QS5ELkMu
6 years ago
committed by
Jairo Llopis
No known key found for this signature in database
GPG Key ID: 59564BF1E22F314F
1 changed files with
1 additions and
1 deletions
-
web_responsive/static/src/less/form_view.less
|
@ -8,7 +8,7 @@ |
|
|
// Sided Chatter |
|
|
// Sided Chatter |
|
|
@media (min-width: @screen-md) { |
|
|
@media (min-width: @screen-md) { |
|
|
.o_chatter_position_sided { |
|
|
.o_chatter_position_sided { |
|
|
.o_form_view { |
|
|
|
|
|
|
|
|
.o_form_view:not(.o_form_nosheet) { |
|
|
display: flex; |
|
|
display: flex; |
|
|
height: 100%; |
|
|
height: 100%; |
|
|
|
|
|
|
|
|