diff --git a/demo-shell/src/app/app.routes.ts b/demo-shell/src/app/app.routes.ts index ce260006f2..7840a58dd5 100644 --- a/demo-shell/src/app/app.routes.ts +++ b/demo-shell/src/app/app.routes.ts @@ -85,11 +85,12 @@ export const appRoutes: Routes = [ { path: 'breadcrumb', canActivate: [AuthGuardEcm], + component: AppLayoutComponent, loadChildren: 'app/components/breadcrumb-demo/breadcrumb-demo.module#AppBreadcrumbModule' }, { path: 'notifications', - component: AppLayoutComponent , + component: AppLayoutComponent, children: [ { path: '', @@ -99,7 +100,7 @@ export const appRoutes: Routes = [ }, { path: 'config-editor', - component: AppLayoutComponent , + component: AppLayoutComponent, children: [ { path: '', @@ -109,7 +110,7 @@ export const appRoutes: Routes = [ }, { path: 'card-view', - component: AppLayoutComponent , + component: AppLayoutComponent, children: [ { path: '', diff --git a/lib/content-services/breadcrumb/dropdown-breadcrumb.component.scss b/lib/content-services/breadcrumb/dropdown-breadcrumb.component.scss index 655b312ae5..4f4d91f439 100644 --- a/lib/content-services/breadcrumb/dropdown-breadcrumb.component.scss +++ b/lib/content-services/breadcrumb/dropdown-breadcrumb.component.scss @@ -46,6 +46,7 @@ text-overflow: ellipsis; display: inline-block; width: 75%; + line-height: 27px; } &-current-folder.adf-isRoot { diff --git a/lib/core/datatable/components/datatable/datatable.component.html b/lib/core/datatable/components/datatable/datatable.component.html index 577971ef96..3bde9af91b 100644 --- a/lib/core/datatable/components/datatable/datatable.component.html +++ b/lib/core/datatable/components/datatable/datatable.component.html @@ -4,7 +4,7 @@ [class.adf-data-table-card]="display === 'gallery'" [class.adf-data-table]="display === 'list'" [class.adf-data-table--empty]="!isHeaderVisible()"> -