Removed hyphenation in links (#8754)
Some checks are pending
CI / build (push) Waiting to run
CI / formatting (push) Blocked by required conditions
CI / test (push) Blocked by required conditions
CI / uitest (push) Waiting to run
CI / uitest-pg (push) Waiting to run
CI / uitest-qms (push) Waiting to run
CI / uitest-workspaces (push) Waiting to run
CI / dist-build (push) Blocked by required conditions
CI / svelte-check (push) Blocked by required conditions
CI / docker-build (push) Blocked by required conditions

This commit is contained in:
Alexander Platov 2025-04-29 04:39:47 +03:00 committed by GitHub
parent c721929021
commit 3ffce26d51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,