diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index a4263b1..f922e82 100644 --- a/static/style.css +++ b/static/style.css @@ -195,6 +195,10 @@ p { line-height: 1.25;
}
+pre {
+ white-space: pre-wrap;
+}
+
.name {
font-weight: bold;
margin: auto .3rem;
|