mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2739] Long names in breadcrumb fixed (#3245)
This commit is contained in:
committed by
Eugenio Romano
parent
a858977786
commit
321c57c78f
@@ -38,6 +38,7 @@ $breadcrumb-chevron-spacer: 2px;
|
|||||||
&:hover,
|
&:hover,
|
||||||
&.active {
|
&.active {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
@@ -73,6 +74,11 @@ $breadcrumb-chevron-spacer: 2px;
|
|||||||
&.active {
|
&.active {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-current {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -394,6 +394,7 @@
|
|||||||
.ellipsis-cell {
|
.ellipsis-cell {
|
||||||
.cell-container {
|
.cell-container {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
display: inline-grid;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cell-container > * {
|
.cell-container > * {
|
||||||
|
Reference in New Issue
Block a user