« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/static/site.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/static/site.css b/src/static/site.css
index 2b0fd6f..f2bef2c 100644
--- a/src/static/site.css
+++ b/src/static/site.css
@@ -707,10 +707,14 @@ ul.quick-info li:not(:last-child)::after {
 }
 
 li .by {
-    white-space: nowrap;
+    display: inline-block;
     font-style: oblique;
 }
 
+li .by a {
+    display: inline-block;
+}
+
 p code {
     font-size: 1em;
     font-family: 'courier new';