From 7f48da9114c43788a771820979452108e6dde995 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Fri, 28 Apr 2017 17:08:18 -0400 Subject: [PATCH] fix toggle display based on greg's work --- awx/ui/client/legacy-styles/forms.less | 6 ------ 1 file changed, 6 deletions(-) diff --git a/awx/ui/client/legacy-styles/forms.less b/awx/ui/client/legacy-styles/forms.less index a16654ba13..dcf9154154 100644 --- a/awx/ui/client/legacy-styles/forms.less +++ b/awx/ui/client/legacy-styles/forms.less @@ -507,7 +507,6 @@ input[type='radio']:checked:before { .FormToggle {} .FormToggle-container { - float: right; margin: 0 0 0 10px; display: initial; padding-bottom: 5px; @@ -531,10 +530,6 @@ input[type='radio']:checked:before { } } -#credential_type_form .FormToggle-container { - float: initial; -} - .Form-inputLabelContainer { width: 100%; display: block !important; @@ -708,4 +703,3 @@ input[type='radio']:checked:before { overflow-wrap: break-word; white-space: normal; } -