Complex List Field – Gravity Forms

Never mind… got it and feel stupid. This did the trick:

#field_35_53 td::after {
  content: attr(data-label);
  font-size: 14px;
  letter-spacing: .5pt;
  white-space: nowrap; 
  display: block;
  clear: both;
}

tech