show right side of breadcrumbs

This commit is contained in:
JesmoDev
2024-05-22 12:03:27 +02:00
parent 697aadc340
commit 6300a3b024

View File

@@ -128,9 +128,11 @@ export class UmbWorkspaceVariantMenuBreadcrumbElement extends UmbLitElement {
UmbTextStyles,
css`
:host {
/* TODO: This is a temp solution to handle an issue where long nested breadcrumbs would hide workspace actions */
overflow: hidden;
display: flex;
flex-direction: row-reverse;
margin-left: var(--uui-size-layout-1);
/* TODO: Overflow is a temp solution, we need to find a way to properly handle long nested breadcrumbs */
overflow: auto;
}
`,
];