Add "word-wrap: break-word" for links (#159)

Co-authored-by: Ftonans <77411099+Ftonans@users.noreply.github.com>
This commit is contained in:
vlnst 2024-11-15 11:08:31 +03:00 committed by GitHub
parent 0eda3031e0
commit 6f984fe7fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,7 @@
a {
color: var(--link-color);
word-wrap: break-word;
}
html {