fix(drilldown): break long breadcrumbs

closes #1522
This commit is contained in:
Martin Stamm 2021-11-05 09:29:55 +01:00 committed by fake-join[bot]
parent 862a07f585
commit 950f5db6c7
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
.bjs-breadcrumbs {
position: absolute;
display: flex;
flex-wrap: wrap;
top: 10px;
left: 100px;
font-family: var(--bjs-font-family);
@ -16,6 +17,7 @@
display: inline-flex;
color: var(--blue-base-65);
cursor: pointer;
padding-bottom: 5px;
}
.bjs-breadcrumbs li:last-of-type {