Text overflow with ellipses on breadcrumb for long titles.
This commit is contained in:
parent
c6582ccb81
commit
9908ecfc5d
|
@ -408,6 +408,9 @@ nav{
|
|||
&[aria-label='breadcrumb']{
|
||||
border-bottom: 1px solid #cbcbcb;
|
||||
font-size: 0.875rem;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
.breadcrumb{
|
||||
background: transparent;
|
||||
@media only screen and (min-width: 992px){
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue