diff --git a/skins/elastic/styles/widgets/forms.less b/skins/elastic/styles/widgets/forms.less index f65c17c6c..52870d3a1 100644 --- a/skins/elastic/styles/widgets/forms.less +++ b/skins/elastic/styles/widgets/forms.less @@ -275,6 +275,16 @@ input.smart-upload { width: 33%; } } + + .form-group.row { + .col-form-label { + width: 33%; + } + + & > :last-child { + width: 67%; + } + } } } }