mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -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 {}
|
||||||
.FormToggle-container {
|
.FormToggle-container {
|
||||||
float: right;
|
|
||||||
margin: 0 0 0 10px;
|
margin: 0 0 0 10px;
|
||||||
display: initial;
|
display: initial;
|
||||||
padding-bottom: 5px;
|
padding-bottom: 5px;
|
||||||
@@ -531,10 +530,6 @@ input[type='radio']:checked:before {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#credential_type_form .FormToggle-container {
|
|
||||||
float: initial;
|
|
||||||
}
|
|
||||||
|
|
||||||
.Form-inputLabelContainer {
|
.Form-inputLabelContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block !important;
|
display: block !important;
|
||||||
@@ -708,4 +703,3 @@ input[type='radio']:checked:before {
|
|||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user