From 3ffce26d511c3693d72d0d8fb8ca29f4d2f0d6fc Mon Sep 17 00:00:00 2001 From: Alexander Platov Date: Tue, 29 Apr 2025 04:39:47 +0300 Subject: [PATCH] Removed hyphenation in links (#8754) --- packages/theme/styles/_layouts.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/theme/styles/_layouts.scss b/packages/theme/styles/_layouts.scss index 44ea2ca5ac..a6986f578e 100644 --- a/packages/theme/styles/_layouts.scss +++ b/packages/theme/styles/_layouts.scss @@ -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,