Preserve whitespace in the editor

This commit is contained in:
Gnome Ann 2022-05-26 14:34:40 -04:00
parent 4482e6db9a
commit 793d788706
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ body {
chunk {
color: #ffffff;
white-space: pre-wrap;
}
#gametext.adventure action {

View File

@ -9,7 +9,7 @@
<link rel="stylesheet" href="static/bootstrap.min.css">
<link rel="stylesheet" href="static/bootstrap-toggle.min.css">
<link rel="stylesheet" href="static/open-iconic-bootstrap.min.css">
<link rel="stylesheet" href="static/custom.css?ver=1.17a">
<link rel="stylesheet" href="static/custom.css?ver=1.17b">
<script src="static/jquery-3.6.0.min.js"></script>
<script src="static/jquery-ui.sortable.min.js"></script>