Skip to content

Instantly share code, notes, and snippets.

@KageShiron
Created October 26, 2018 16:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KageShiron/b64b3c7bfb9247b73139eb398c13cc39 to your computer and use it in GitHub Desktop.
Save KageShiron/b64b3c7bfb9247b73139eb398c13cc39 to your computer and use it in GitHub Desktop.
.twisty{
position:absolute !important;
z-index:1000;
top:0;
opacity:0;
}
.twisty:hover{
opacity:1;
}
.closebox{
display:none;
}
.label{
white-space: normal !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
max-height: 2em;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment