From 321c57c78fb96d995dfe962520eb0ac5868e4e42 Mon Sep 17 00:00:00 2001 From: davidcanonieto Date: Fri, 27 Apr 2018 13:08:19 +0100 Subject: [PATCH] [ADF-2739] Long names in breadcrumb fixed (#3245) --- lib/content-services/breadcrumb/breadcrumb.component.scss | 6 ++++++ .../datatable/components/datatable/datatable.component.scss | 1 + 2 files changed, 7 insertions(+) diff --git a/lib/content-services/breadcrumb/breadcrumb.component.scss b/lib/content-services/breadcrumb/breadcrumb.component.scss index cac4840620..457a21ff6d 100644 --- a/lib/content-services/breadcrumb/breadcrumb.component.scss +++ b/lib/content-services/breadcrumb/breadcrumb.component.scss @@ -38,6 +38,7 @@ $breadcrumb-chevron-spacer: 2px; &:hover, &.active { opacity: 1; + width: 100%; } &.active { @@ -73,6 +74,11 @@ $breadcrumb-chevron-spacer: 2px; &.active { display: block; } + + &-current { + text-overflow: ellipsis; + overflow: hidden; + } } } } diff --git a/lib/core/datatable/components/datatable/datatable.component.scss b/lib/core/datatable/components/datatable/datatable.component.scss index 7d17f5e498..0278563260 100644 --- a/lib/core/datatable/components/datatable/datatable.component.scss +++ b/lib/core/datatable/components/datatable/datatable.component.scss @@ -394,6 +394,7 @@ .ellipsis-cell { .cell-container { height: 100%; + display: inline-grid; } .cell-container > * {