Hi Dave, If I open the MainMenu tiddler in the story displayArea, everything looks fine. The reflow that you described happens only in the menu on the side. This is because you have set a fixed width of 26.5em on your #mainMenu in the styleSheet. This causes block elements like the tabSet to reflow if they don't fit. To fix, you'll have to change the width on #mainMenu.
Also, I noticed that if I remove the overflow:auto on your #mainMenu, then it fixes the problem for the current tabSet. If you plan to add more items to JudeTOC, then you'll run into the problem again, so it's best to increase the width of mainMenu. Or you could have the main menu contain links to each sub-TOC tiddler, instead of being a vertical tabset. This would make more sense to me, but it's not my call to make. Hope this helps. Blessings, brother! Regards, axs -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To view this discussion on the web visit https://groups.google.com/d/msg/tiddlywiki/-/S1BCUU1QbzJiODBK. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

