[ADF-4122] Improve Datatable and fix broken e2e tests (#4398)

* [ADF-4122] Improve Datatable and fix broken e2e tests

* [ADF-4122] Fix e2e element selector
This commit is contained in:
davidcanonieto
2019-03-06 13:19:55 +00:00
committed by Eugenio Romano
parent f6341e31a0
commit 5d3f47eacf
4 changed files with 13 additions and 6 deletions

View File

@@ -370,7 +370,7 @@
}
.adf-ellipsis-cell {
overflow: hidden;
position: sticky;
text-overflow: ellipsis;
white-space: nowrap;
@@ -387,6 +387,8 @@
white-space: nowrap;
display: block;
width: calc(100% - 2em);
position: absolute;
margin-top: -10px;
}
}