On 10/30/2012 09:47 AM, Edward VanWinkle wrote:
> Those two tiddlers are small enough that the effect is noticeable. The
> first tiddler is fine, then once the second is opened, it shoots
> underneath the floating elements. (Normally they would both stay
> together, of course.)
It seems the "tagClear" class is causing this. It contains a "clear:
both;" instruction which makes the tiddlers appear below the floating
elements. Remove the line
<div class='tagClear'></div>
from you ViewTemplate. That should make the tiddlers appear one below
the other, with no gap in between.