QQQ-37 checkpoint - cleanup of various kinds on process validation & result

This commit is contained in:
2022-08-30 13:47:26 -05:00
parent 8b2364b596
commit 3eb1cd73a7
5 changed files with 138 additions and 86 deletions

View File

@ -110,3 +110,10 @@
margin-left: 40px;
font-size: 14px;
}
/* Help make the radio, text, and icon wrap in a good way */
.doFullValidationRadios label
{
display: flex;
align-items: flex-start;
}