rachael.fulcher
8/24/2018 - 5:16 AM

Inline Shopper Attributes

Make attributes on the left hand side appear side by side rather than stacked

.okeReviews-review-attribute-label,
.okeReviews-sectionedList-heading {
  display: inline-block;
  min-width: 10em;
}
.okeReviews-review-attribute-value,
.okeReviews-sectionedList-list {
  display: inline-block;
}
.okeReviews-sectionedList-list {
  vertical-align: top;
}
.okeReviews-sectionedList-list-item {
  display: block;
}
.okeReviews-review-attribute-label {
  display: inline-block;
  min-width: 10em;
}
.okeReviews-review-attribute-value {
  display: inline-block;
}