From c7e3319e4c483a927df89961959661ab050ccdef Mon Sep 17 00:00:00 2001 From: davidcanonieto Date: Mon, 25 Jun 2018 16:56:56 +0100 Subject: [PATCH] [ADF-3199] Datatable layout fix (#3481) --- .../datatable/components/datatable/datatable.component.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/core/datatable/components/datatable/datatable.component.scss b/lib/core/datatable/components/datatable/datatable.component.scss index c4b9dfbec1..bb6e230b13 100644 --- a/lib/core/datatable/components/datatable/datatable.component.scss +++ b/lib/core/datatable/components/datatable/datatable.component.scss @@ -390,8 +390,6 @@ .ellipsis-cell { .cell-container { height: 100%; - display: inline-grid; - width: 100%; } .cell-container > * { @@ -407,7 +405,7 @@ /* visible content */ .cell-value { display: block; - position: relative; + position: absolute; max-width: calc(100% - 2em); white-space: nowrap; overflow: hidden;