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

This reverts commit 321c57c78f.
This commit is contained in:
Denys Vuika
2018-05-01 19:31:45 +01:00
parent dbe88a5efc
commit bc61407f64

View File

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