web: wrap content tree debug so messages aren't super wide

This commit is contained in:
2023-12-07 10:24:39 -08:00
parent e0890f1181
commit 37eb3d1dfd
2 changed files with 8 additions and 2 deletions

View File

@@ -158,6 +158,9 @@ blockquote[type="cite"],
margin-left: .5em;
margin-bottom: 0 !important;
}
.content-tree {
white-space: pre-line;
}
</style>
</head>