From 17b9bb4ec6f2bff0447b9da69e99a54ada471370 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 6 Dec 2017 12:20:08 +0100 Subject: [PATCH] Use hyphens:auto for form labels (#69) --- skins/elastic/styles/widgets/forms.less | 6 ++++++ 1 file changed, 6 insertions(+) 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; + } }