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; } -