Hi all,
I have a search/filter tiddler, where I can search/filter tiddlers by multiple tags with checkboxes for the tags.
Almost everything is fine now, except only two things. One of it is:
The checkbox for the tags seems not to be fixed to the tag-title, to
which it belongs. That means, if there isn't enough space anymore for
the tag-title, the tag-title moves to the next line (if it is without
space in it). But the checkbox doesn't move to the next line (on
http://suryas-testwiki.tiddlyspot.com/#MultipleTagSearch%20by%20Mark it is the tag "E:Anewcharacter"). And if the tag-title
has symbols or spaces in it, it is moved only partly to the next line.
What can I do, that the tag-title is moved alltogether and with the
checkbox to the next line?
It is made with this:
<$list filter="[tag[Character]sort[title]]" template="$:/core/ui/TagTemplate"
selectedTiddler="$:/temp/selectedTiddler"
unselectedText="<p>Select a topic in the table of contents. Click the arrow to expand a topic.</p>"
missingText="<p>Missing tiddler.</p>"
template="CheckboxTemplate"
/>
Can you help me with this??
Thanks a lot! Surya