[ADF-4122] Improve ellipsis class in Datatable component (#4386)

This commit is contained in:
davidcanonieto
2019-03-04 18:37:33 +01:00
committed by Eugenio Romano
parent bce7c0993e
commit f8d183b606
2 changed files with 10 additions and 3 deletions

View File

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