[ADF-2739] Long names in breadcrumb fixed (#3245)

This commit is contained in:
davidcanonieto
2018-04-27 13:08:19 +01:00
committed by Eugenio Romano
parent a858977786
commit 321c57c78f
2 changed files with 7 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ $breadcrumb-chevron-spacer: 2px;
&:hover,
&.active {
opacity: 1;
width: 100%;
}
&.active {
@@ -73,6 +74,11 @@ $breadcrumb-chevron-spacer: 2px;
&.active {
display: block;
}
&-current {
text-overflow: ellipsis;
overflow: hidden;
}
}
}
}

View File

@@ -394,6 +394,7 @@
.ellipsis-cell {
.cell-container {
height: 100%;
display: inline-grid;
}
.cell-container > * {