.flexContainer {
  display: flex;
  flex-wrap: nowrap;
}

.itemName {
  width: 140px;
  white-space: nowrap;
}

.itemValue {
  white-space: nowrap;
}