mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-19 03:50:20 -07:00
Wider sideways tiddlers
This commit is contained in:
parent
233fc7e832
commit
d0ee6bd691
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ A storyview that shows a sequence of tiddlers as horizontally stacked blocks
|
|||
|
||||
function setStoryElementStyles(e) {
|
||||
e.style.display = "inline-block";
|
||||
e.style.width = "350px";
|
||||
e.style.width = "380px";
|
||||
e.style.verticalAlign = "top";
|
||||
e.style.whiteSpace = "normal";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue