[ADF-4360] No growing cells for Datatable compoennt (#4561)

This commit is contained in:
davidcanonieto
2019-04-05 12:47:31 +01:00
committed by Eugenio Romano
parent 506ca306da
commit ec9d2785fa
3 changed files with 22 additions and 0 deletions

View File

@@ -313,6 +313,11 @@
flex-grow: 5;
}
.adf-datatable-cell-header.adf-no-grow-cell, .adf-datatable-cell.adf-no-grow-cell {
flex-grow: 0;
min-width: 100px;
}
.adf-datatable-cell, .adf-datatable-cell-header {
flex: 1;
padding: 0;