Created
November 2, 2015 16:16
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* 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