From 10bc4b304317c0df35ca6e1c4f6c969fa11677e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Popovics=20Andr=C3=A1s?= Date: Wed, 11 Oct 2017 18:33:26 +0100 Subject: [PATCH] Ultimate breadcrumb flex fix fox (#2463) --- demo-shell-ng2/app/components/files/files.component.scss | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/demo-shell-ng2/app/components/files/files.component.scss b/demo-shell-ng2/app/components/files/files.component.scss index 41d17b1b5e..0d1a2f2aa4 100644 --- a/demo-shell-ng2/app/components/files/files.component.scss +++ b/demo-shell-ng2/app/components/files/files.component.scss @@ -64,11 +64,12 @@ adf-document-list ::ng-deep adf-datatable tr.is-selected .image-table-cell::befo } .adf-files-toolbar { - & ::ng-deep md-toolbar-row { - white-space: initial; + .adf-toolbar-title { + display: flex; + width: 100%; - & ::ng-deep a.adf-breadcrumb-item-anchor { - white-space: initial; + .adf-breadcrumb { + width: 0; } } }