diff --git a/index.html b/index.html
index 9bc9ca1..9bf8617 100644
--- a/index.html
+++ b/index.html
@@ -228,6 +228,7 @@
font-size: 0.84rem; font-weight: 500; color: var(--text);
text-decoration: none; border-bottom: 1px solid var(--border);
padding-bottom: 2px; transition: border-color 0.15s;
+ white-space: nowrap;
}
.text-link:hover { border-color: var(--text); }
.text-link.ghost { color: var(--muted); }