added link nowrap

This commit is contained in:
2026-03-31 23:52:24 +02:00
parent b1eac3542f
commit d645266130
+1
View File
@@ -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); }