I have a list-tagged-draggable where I'd like the draggable objects to be kind of big (maybe up to 2-3 sentences). However, it's looking like text will not wrap -- each paragraph/div is a single line that spills out to the right.
E.g. to reproduce:
Create new tiddler with contents:
<<list-tagged-draggable tag:"New Tiddler" itemTemplate:"test template">>
In test template put:
{{!!text}}
Use the "New Here" pulldown to create a tiddler tagging the New Tiddler and give it a lot of text.
Result: you get a draggable tiddler that spills out to the right of New Tiddler's card.
There doesn't seem to be an issue having a multiline draggable, since it's possible to use line breaks etc. to make a draggable item multiline. It's just that it doesn't seem to know where to wrap the text.
This is on firefox developer edition 80.0b2, tw version 5.1.21 & 5.1.22, also 5.1.23 prerelease
Is there a way to work around this? Would it be a good candidate for a bug report, if not?
Thanks!