added link nowrap
This commit is contained in:
@@ -228,6 +228,7 @@
|
|||||||
font-size: 0.84rem; font-weight: 500; color: var(--text);
|
font-size: 0.84rem; font-weight: 500; color: var(--text);
|
||||||
text-decoration: none; border-bottom: 1px solid var(--border);
|
text-decoration: none; border-bottom: 1px solid var(--border);
|
||||||
padding-bottom: 2px; transition: border-color 0.15s;
|
padding-bottom: 2px; transition: border-color 0.15s;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
.text-link:hover { border-color: var(--text); }
|
.text-link:hover { border-color: var(--text); }
|
||||||
.text-link.ghost { color: var(--muted); }
|
.text-link.ghost { color: var(--muted); }
|
||||||
|
|||||||
Reference in New Issue
Block a user