Skip to content
Snippets Groups Projects
Commit 09b5b83b authored by Mathieu Duckerts-Antoine's avatar Mathieu Duckerts-Antoine
Browse files

[FIX] web: breadcrumb ellipsis


Going to My profile (user menu item when hr installed), the user name
is not fully displayed in the breadcrumb although there is enough space
to display it. We fix that by removing a rule that has become apparently
useless.

closes odoo/odoo#102408

Signed-off-by: default avatarAaron Bohy (aab) <aab@odoo.com>
parent 57101787
Branches
Tags
No related merge requests found
......@@ -83,7 +83,7 @@
font-size: 18px;
> li {
@include o-text-overflow($max-width: 90%);
@include o-text-overflow();
}
@include media-breakpoint-down(md) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment