An error occurred while fetching folder content.
jvm-odoo
authored
Issue - Install CRM and Events - Change Azure Interior Name with a very long string - Click on "1 Events" smart button The view is shifted out of the screen Cause In 12.0, the control panel was separated with 2 div where width = 50% Now they use flex. (they are still 50% width by default) The long name is hidden by a `overflow:hidden` and there is a `text-overflow: ellipsis` to avoid extra-width issue. The problem is that there is a `white-space: no-wrap;` which force an extra width and this cause the shifting. Solution We come back to the 50% even if there is no search view. Breadcrumb will always be on the top left area of the screen which simplifies the code and avoid jumping left to right (taking all the width of the screen) which can be disturbing for users. closes #47063 OPW-2210786 closes odoo/odoo#47603 X-original-commit: 019dc910 Related: odoo/enterprise#9219 Signed-off-by:Jason Van Malder (jvm) <jvm@odoo.com>
Name | Last commit | Last update |
---|