« get me outta code hell

css: try not to break inside series nav link - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-10-19 21:33:23 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-11-02 22:25:47 -0300
commitaccca1e81a70a67239dd556d56fbd8c0759f55fc (patch)
tree8bb7810255343db0d93323ae587abd068497cf87
parent98aa19c08e251b90ba5f7d6216272899b6a0c43a (diff)
css: try not to break inside series nav link
-rw-r--r--src/static/css/site.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css
index 081c184b..158c75e0 100644
--- a/src/static/css/site.css
+++ b/src/static/css/site.css
@@ -842,6 +842,10 @@ a:not([href]):hover {
   content: "\0020/\0020";
 }
 
+.series-nav-link {
+  display: inline-block;
+}
+
 .series-nav-link:not(:first-child)::before {
   content: "\0020»\0020";
   font-weight: normal;