From cb01dea55f20b207d7ca26d8dcc156eb7217c2b9 Mon Sep 17 00:00:00 2001 From: mabashian Date: Fri, 13 Apr 2018 10:34:39 -0400 Subject: [PATCH] Make checkbox labels the width of their contents no their parent --- awx/ui/client/legacy/styles/ansible-ui.less | 1 - awx/ui/client/legacy/styles/forms.less | 5 +++++ awx/ui/client/src/shared/form-generator.js | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/awx/ui/client/legacy/styles/ansible-ui.less b/awx/ui/client/legacy/styles/ansible-ui.less index a992d805c1..1963ac4361 100644 --- a/awx/ui/client/legacy/styles/ansible-ui.less +++ b/awx/ui/client/legacy/styles/ansible-ui.less @@ -879,7 +879,6 @@ input[type="checkbox"].checkbox-no-label { .checkbox-options { font-weight: normal; - padding-right: 20px; } /* Display list actions next to search widget */ diff --git a/awx/ui/client/legacy/styles/forms.less b/awx/ui/client/legacy/styles/forms.less index e3cfe1e765..60f39d42b6 100644 --- a/awx/ui/client/legacy/styles/forms.less +++ b/awx/ui/client/legacy/styles/forms.less @@ -788,3 +788,8 @@ input[type='radio']:checked:before { border-color: @b7grey; background-color: @ebgrey; } + +.Form-checkboxRow { + float: left; + clear: left; +} diff --git a/awx/ui/client/src/shared/form-generator.js b/awx/ui/client/src/shared/form-generator.js index eee1106922..106bc3642d 100644 --- a/awx/ui/client/src/shared/form-generator.js +++ b/awx/ui/client/src/shared/form-generator.js @@ -599,6 +599,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat label = (includeLabel !== undefined && includeLabel === false) ? false : true; if (label) { + html += ""; html += "