Skip to content

Commit

Permalink
fix(breadcurmb): disable wrap text if direatory or file name too long
Browse files Browse the repository at this point in the history
  • Loading branch information
ElonH committed Jun 9, 2020
1 parent 52bb80e commit 2262391
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/pages/manager/breadcrumb/breadcrumb.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import { NavigationFlow, NavigationFlowOutNode } from '../../../@dataflow/extra'
.breadcrumb {
margin-bottom: 0;
width: -webkit-fill-available;
white-space: nowrap;
}
li > a {
background: white;
Expand Down

0 comments on commit 2262391

Please sign in to comment.