[ADF-4913] Fix Gallery View in datatable Component (#5101)

This commit is contained in:
davidcanonieto 2019-09-26 08:41:29 +01:00 committed by Eugenio Romano
parent e610ae9766
commit 6ec6be36d5

View File

@ -130,6 +130,11 @@
overflow: hidden;
}
.adf-datatable-cell-value {
display: block;
overflow: hidden;
text-overflow: ellipsis;
}
}
.adf-datatable__actions-cell {