mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
fix toggle display based on greg's work
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user