aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--apioforum/static/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css
index feaa814..c15dc35 100644
--- a/apioforum/static/style.css
+++ b/apioforum/static/style.css
@@ -39,6 +39,7 @@ a:visited { color: var(--visited); }
text-decoration: underline;
}
.post-heading-em { font-weight: bold; }
+.post-content { overflow: auto; }
.post-content * { margin-bottom: 8px; margin-top: 8px; }
.post-content > *:first-child { margin-top: 2px }
.post-content > *:last-child { margin-bottom: 0}