Add class to prevent form input overlap

This commit is contained in:
gconsidine
2017-04-04 14:46:04 -04:00
parent cc476541a1
commit 6204d263a4
2 changed files with 7 additions and 3 deletions

View File

@@ -484,6 +484,10 @@ input[type='radio']:checked:before {
display: inline-block !important;
}
.Form-mixedInputGroup {
width: 100%;
}
.FormToggle {}
.FormToggle-container {
float: right;