As already state some time ago, a clearing elememnt is not required.
https://groups.google.com/d/msg/tiddlywikidev/a23v2KQufTk/C4uPEi1e0IsJ
In this case, where a table is floating, the code needs to be slightly a
bit different, but I think this change will apply also to divs. Search the
web for "clearfix hack" for background information.
So add this CSS if you do not want additional stuff in your tiddler:
.righttable::after {
content: "";
display: table;
clear: both;
}
--
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.