From bbe22fd2a7fb990883e7ec6fb14d81594aa5f601 Mon Sep 17 00:00:00 2001 From: Suzana Dirla Date: Wed, 10 Jul 2019 11:49:13 +0300 Subject: [PATCH] [ADF-4732] ellipsis fix (#4913) allow folder names from breadcrumb to shrink when path is too long to fit the screen --- .../components/layout-container/layout-container.component.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/core/layout/components/layout-container/layout-container.component.scss b/lib/core/layout/components/layout-container/layout-container.component.scss index 0cbe0fe808..4bb34c8d1b 100644 --- a/lib/core/layout/components/layout-container/layout-container.component.scss +++ b/lib/core/layout/components/layout-container/layout-container.component.scss @@ -12,6 +12,7 @@ .adf-container-full-width { width: inherit; + overflow: hidden; } /* query for Microsoft IE 11*/ @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {