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:
commit
235ad2cf21
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue