From a52c0415d972cd7b398765653a95c678a6e8fd85 Mon Sep 17 00:00:00 2001 From: mabashian Date: Tue, 12 Feb 2019 11:48:48 -0500 Subject: [PATCH] Copied old bootstrap styles to display cred form checkboxes as they were before bootstrap upgrade --- awx/ui/client/lib/components/input/_index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/awx/ui/client/lib/components/input/_index.less b/awx/ui/client/lib/components/input/_index.less index bc61d59eb2..47f0fc35fc 100644 --- a/awx/ui/client/lib/components/input/_index.less +++ b/awx/ui/client/lib/components/input/_index.less @@ -27,12 +27,17 @@ .at-InputCheckbox { margin: 0; padding: 0; + display: block; + min-height: 20px; & > label { + font-weight: normal; + & > input[type=checkbox] { height: @at-height-input; margin: 0; padding: 0; + float: left; } & > p {