From ac275caebbfd6872058fd1181678a28553921b1a Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Fri, 23 Mar 2018 17:26:19 +0000 Subject: [PATCH] Elastic: Support .text-only forms also when they are not a table --- skins/elastic/styles/widgets/forms.less | 10 ++++++++++ 1 file changed, 10 insertions(+) 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%; + } + } } } }