.ag-theme-material .ag-cell {
 line-height: 41px !important;
}
.ag-cell-edit-input, .ag-theme-material .ag-cell-wrapper > *:not(.ag-cell-value):not(.ag-group-value) {
  line-height: 41px !important;
  height: 41px !important;
}
.ag-theme-material .ag-floating-bottom .ag-cell {
  line-height: 33px !important;
}
<!-- .ag-theme-material .ag-floating-bottom .ag-cell[col-id="quantity"] {
  line-height: 33px !important;
}
.ag-theme-material .ag-floating-bottom .ag-cell:not([col-id="quantity"]) {
  line-height: 33px !important;
} -->
.ag-theme-material .ag-cell[col-id="btns"] {
  line-height: calc(41px - 3px) !important;
  padding: 0px !important;
  text-align: center !important;
}