// Show only 1 spacing label
.spacing-panel-item + .spacing-panel-item {
  .spacing-label {
    display: none;
  }
}
