1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

Fix problem with whitespace being collapsed with single backtick <code> blocks

This commit is contained in:
Jeremy Ruston 2013-09-27 08:53:32 +01:00
parent cd12a60fcd
commit 1a6c7c6e20

View File

@ -90,6 +90,7 @@ code {
color: #d14;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
white-space: pre-wrap;
}
pre {