diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 212c1da67..8ecb0e958 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -157,7 +157,6 @@ code { color: <>; background-color: <>; border: 1px solid <>; - white-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}}; padding: 0 3px 2px; border-radius: 3px; font-family: {{$:/themes/tiddlywiki/vanilla/settings/codefontfamily}}; @@ -289,6 +288,7 @@ Markdown likes putting code elements inside pre elements */ pre > code { display: block; + white-space: {{$:/themes/tiddlywiki/vanilla/options/codewrapping}}; padding: 0.5em; border: none; background-color: inherit;