I just noticed that if I have a long sentence in a table cell, then it gets overflown out of the tiddler itself. I fixed it with <div style="overflow-x:auto;"> but I was thinking if it is possible to somehow get word wrapping in table cells? With fixed cell widths or something. I also tried <div style="overflow-x:auto;word-wrap: break-word;width:100%"> but it does not work for my macro which lists a bunch of tiddlers using a slightly modified list-tagged-draggable macro. It does work fine if I just put some random text there. So if I have
<div style="word-wrap: break-word;width:100%">
|!Current tasks |
|<<tasklist tag:Task-sections>>|
| ads asd das dasdas dsa das das a dsa ds das das ads asd adsa dsad ad da ds |
</div>
Where the <<tasklist>> part does not wrap but the asd asd stuff does wrap fine. It also does not work if I set an absolute width like 200px.
Thanks,
Petri M.