To fix this bug do this

Create a new tiddler.

Write in it

 ul, li {     list-style-position: inside; }

Tag it with $:/tags/Stylesheet.

This should fix the issue.

You might want to put all these rules in there too, but it is not necessary.

 ul, li {     list-style-position: inside; }  
 ul, li {    white-space: normal !important;    text-align: justify; } li > p { 
  display: inline; } mark.blue { background-color: #15f4ee; }  mark.green { 
background-color: #39ff14; } mark.yellow { background-color: #ccff00; } 
mark.orange { background-color: #FF9933; } mark.pink { background-color: 
#ff69b4; }

​

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a9c9a91b-ed17-499a-b6a8-955524ceba53o%40googlegroups.com.

Reply via email to