Add some margin to the right side of the radio input of questions

This commit is contained in:
Sebastian Kürten 2021-05-18 09:15:04 +02:00
parent beeea810d4
commit ecacb00b2c

View file

@ -258,6 +258,10 @@ li::marker {
width: 100%;
}
.question form input[type="radio"] {
margin-right: 0.5em;
}
.invalid {
box-shadow: 0 0 10px #ff5353;
height: min-content;