From 6f984fe7fd1c5d5cc4f11844ff707927bb248c0e Mon Sep 17 00:00:00 2001 From: vlnst Date: Fri, 15 Nov 2024 11:08:31 +0300 Subject: [PATCH] Add "word-wrap: break-word" for links (#159) Co-authored-by: Ftonans <77411099+Ftonans@users.noreply.github.com> --- public/globals.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/globals.css b/public/globals.css index 4912ddd..1592648 100644 --- a/public/globals.css +++ b/public/globals.css @@ -41,6 +41,7 @@ a { color: var(--link-color); + word-wrap: break-word; } html { @@ -91,4 +92,4 @@ details { .fw-nowrap { flex-wrap: nowrap; -} \ No newline at end of file +}