fix toggle display based on greg's work

This commit is contained in:
John Mitchell
2017-04-28 17:08:18 -04:00
parent 3a5a9aac41
commit 7f48da9114

View File

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