diff --git a/ckanext/odsh/assets/odsh.css b/ckanext/odsh/assets/odsh.css
index 82ec970af528a324935d6440c9521a80285d870b..bc7d43cb1d7b6363fcae48fd9e033bcab1260922 100644
--- a/ckanext/odsh/assets/odsh.css
+++ b/ckanext/odsh/assets/odsh.css
@@ -50,6 +50,10 @@ body {
   }
 }
 
+* {
+  hyphens: auto;
+}
+
 /* FROM: https://stackoverflow.com/questions/2610497/change-an-html5-inputs-placeholder-color-with-css */
 /* do not group these rules */
 *::-webkit-input-placeholder {