/* The name is nested in orders-row-nombre, not a direct child of customer. */
.orders-row .orders-row-customer .orders-row-nombre {
  height:auto!important;
  min-height:20px!important;
  max-height:none!important;
  overflow:visible!important;
  align-items:center!important;
}
.orders-row .orders-row-customer .orders-row-nombre>strong {
  display:block!important;
  height:auto!important;
  min-height:20px!important;
  max-height:none!important;
  line-height:18px!important;
  padding:0 0 2px!important;
  box-sizing:border-box!important;
}
