CSR-938 fix text crowding issue on small screen sizes.

Checked with Rachel on styling. Radio should be positioned top of text when text wraps.
This commit is contained in:
Bryan Mauger 2022-12-16 07:45:30 -05:00
parent 8b6d25c76a
commit 3e1b20c92c

View file

@ -53,14 +53,6 @@ export default {
&:focus {
box-shadow: 0 0 0 2.5px $blue;
}
&,
& + .form-check-label {
margin-top: 0;
position: absolute;
top: 50%;
transform: translateY(-50%);
}
}
&:hover {