summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index 6832f44..3777699 100644
--- a/static/style.css
+++ b/static/style.css
@@ -809,6 +809,10 @@ table tr a:last-child{
background:var(--background);
}
+.web .wiki-head table td{
+ white-space:pre-line;
+}
+
.web .wiki-head td, .about table td{
padding:4px 7px;
vertical-align:middle;