Openworx / backend_theme

Odoo Backend Theme
156 stars 242 forks source link

Issue on tiles organization #4

Closed edser-pcg closed 7 years ago

edser-pcg commented 7 years ago

There is an issue on the theme on which the second line starts at the 4th icon and after the last 3 positions of the row are filled it moves to the next one.

image

If more modules are installed than it still keeps those positions empty and I just noticed that it evens adds more empty positions. I have already tried it on two servers and I got the same behavior.

image

And in developer mode:

image

edser-pcg commented 7 years ago

Same thing happens on the one for v9.

zimbora69 commented 7 years ago

:sos:

maringuadarrama commented 7 years ago

The problem seems to affect only when you use a language different from english,

mgielissen commented 7 years ago

Maybe when the text translation is longer and takes 2 lines?

edser-pcg commented 7 years ago

@mgielissen yes, it seems to be that it is when the text takes 2 lines. Because POS name takes 2 lines and when it is installed than the organization gets lost. When not installed everything shows correctly.

image

EDIT: Sorry but no, the issue is not because of the 2 lines text because when entering developer mode it shows the links tracker with a 2 lines text and the organization looks fine, it only happens when the POS is installed.

image

mgielissen commented 7 years ago

Fix for 2 lines titel: .app-drawer-nav .app-drawer-title

overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;

afbeelding

mgielissen commented 7 years ago

Fixed in a4d78f7