diff --git a/skins/elastic/styles/widgets/forms.less b/skins/elastic/styles/widgets/forms.less index e993529a5..be300d007 100644 --- a/skins/elastic/styles/widgets/forms.less +++ b/skins/elastic/styles/widgets/forms.less @@ -285,6 +285,12 @@ input.smart-upload { font-weight: bold; font-size: 1.2em; } + + label { + -webkit-hyphens: auto; + -ms-hyphens: auto; + hyphens: auto; + } }