Skip to content

Instantly share code, notes, and snippets.

@Pebblo
Created November 2, 2015 16:16
Show Gist options
  • Select an option

  • Save Pebblo/85a67a290997da4eb468 to your computer and use it in GitHub Desktop.

Select an option

Save Pebblo/85a67a290997da4eb468 to your computer and use it in GitHub Desktop.
CSS to display only the 'Details' section of the more info section within the ticket selector - http://take.ms/yU8Tu
/* Hide all but the details section */
.tckt-slctr-tkt-details-sctn section {
display: none;
}
/* Remove additionl spacing from the br tags left behind */
.tckt-slctr-tkt-details-sctn > br {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment