jcp
unread,Oct 31, 2012, 12:34:00 AM10/31/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tiddl...@googlegroups.com
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.