Merge pull request #282 from waldbrand/add-margin-to-question-radio

Add some margin to the right side of the radio input of questions
This commit is contained in:
Pieter Vander Vennet 2021-05-18 11:13:15 +02:00 committed by GitHub
commit 235ad2cf21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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