I noticed some extra whitespace below the tiddler title in this wiki after installing the GSD5 plug in.
As discussed in this link - Krystal horizontal layout plug in and JD's whitespace theme incompatibilty , I tried to remove the whitespace by using this code
.tc-tiddler-body.tc-reveal>p {
margin:0!important;
}
But it was not working. Any suggestions ?