@Eric
The "TiddlyTools/FilterGenerators/Tags" tiddler wasn't displaying the tags
selections in columns with the latest FF.
I don't think FF needs the -moz prefix any longer.
This fixed it for my browser:
<style>
.columns4 { display:block; column-count:4; column-gap:1em;
-moz-column-count:4; -moz-column-gap:1em; -webkit-column-count:4;
-webkit-column-gap:1em; }
.small { font-size:80%; line-height:1.3em; }
.nowrap { white-space:nowrap; }
</style>
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/5a92d513-0f2e-464e-9f36-02a183f8b1a8%40googlegroups.com.