1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-12-24 17:10:29 +00:00

Wider sideways tiddlers

This commit is contained in:
Jeremy Ruston 2012-06-20 22:12:14 +01:00
parent 233fc7e832
commit d0ee6bd691

View File

@ -14,7 +14,7 @@ A storyview that shows a sequence of tiddlers as horizontally stacked blocks
function setStoryElementStyles(e) { function setStoryElementStyles(e) {
e.style.display = "inline-block"; e.style.display = "inline-block";
e.style.width = "350px"; e.style.width = "380px";
e.style.verticalAlign = "top"; e.style.verticalAlign = "top";
e.style.whiteSpace = "normal"; e.style.whiteSpace = "normal";
} }