Skip to content

Commit

Permalink
[FIX] web: fix layout issue in Chrome 50 (again)
Browse files Browse the repository at this point in the history
Makes the fix in f992c8e
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
  • Loading branch information
odony committed Apr 19, 2016
1 parent 04765d4 commit 7f6bd2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/web/static/src/css/chrome50.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 7f6bd2d

Please sign in to comment.