This commit is contained in:
Kenneth Jannette
2024-02-24 02:14:39 -06:00
parent 2d30b4e5b8
commit 89bb3fbe26
3 changed files with 49 additions and 11 deletions

View File

@@ -140,6 +140,23 @@
width: 160px !important;
}
.radio-wrapper {
height: 110px;
}
.radio-option-container {
display: flex;
flex-direction: column;
}
.checkbox-option-div {
height: 20px;
}
.radio-error-box {
margin-top: 16px;
margin-left: -3px;
}
@media only screen and (max-width: 820px) {
.modal-body {
width: 580px !important;