Improve hyphenation in help menu

This commit is contained in:
Corinne Durrmeyer 2024-09-28 08:18:26 +02:00
parent 2baf953cd0
commit 1bff9b3147
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6

View file

@ -283,7 +283,7 @@ ul.dropdown-items {
} }
dd { dd {
word-break: break-all; word-break: break-word;
} }
} }