From 1bff9b31475ef05b031fc61da5f528a25e5ae864 Mon Sep 17 00:00:00 2001 From: Corinne Durrmeyer Date: Sat, 28 Sep 2024 08:18:26 +0200 Subject: [PATCH] Improve hyphenation in help menu --- app/assets/stylesheets/buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/buttons.scss b/app/assets/stylesheets/buttons.scss index 59317a60c..be434a232 100644 --- a/app/assets/stylesheets/buttons.scss +++ b/app/assets/stylesheets/buttons.scss @@ -283,7 +283,7 @@ ul.dropdown-items { } dd { - word-break: break-all; + word-break: break-word; } }