Removed hyphenation in links (#8754)

This commit is contained in:
Alexander Platov
2025-04-29 08:39:47 +07:00
committed by GitHub
parent c721929021
commit 3ffce26d51
+3 -3
View File
@@ -127,9 +127,9 @@ p {
user-select:inherit;
a {
word-break: break-all;
word-break: break-word;
hyphens: auto;
// word-break: break-all;
// word-break: break-word;
// hyphens: auto;
color: var(--theme-link-color);
&:hover,