[FIX] web: fix layout issue in Chrome 50 (again)

Makes the fix in f992c8ee19
specific to the view manager of the main oe_application
container, in order to avoid disrupting other view manager
occurrences (such as the ones in modal windows or x2many
list views).

Fixes #11629 (again)

Note: Hopefully the Blink team will fix Chrome so we can
get rid of this hack in the future:
  https://bugs.chromium.org/p/chromium/issues/detail?id=603507
This commit is contained in:
Olivier Dony 2016-04-19 17:26:38 +02:00
parent 04765d4917
commit 7f6bd2dc66
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
display: table-cell;
}
.oe_view_manager > .oe_view_manager_wrapper > div {
.openerp .oe_application > div > .oe_view_manager > .oe_view_manager_wrapper > div {
display: table-cell;
}