mirror of https://github.com/OCA/web.git
Merge pull request #991 from Tardo/fix#988
[FIX][11.0][web_responsive] Views without sheetpull/996/head
commit
f0504cc235
|
@ -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%;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue