[ADF-3532] IE Datatable layout fix (#3787)

This commit is contained in:
davidcanonieto
2018-09-13 16:20:26 +01:00
committed by Eugenio Romano
parent 9322cf07f7
commit 9c82507d5c

View File

@@ -411,6 +411,7 @@
.cell-value { .cell-value {
display: block; display: block;
position: absolute; position: absolute;
top: 25px;
max-width: calc(100% - 2em); max-width: calc(100% - 2em);
white-space: nowrap; white-space: nowrap;
overflow: hidden; overflow: hidden;