forked from MapComplete/MapComplete
Add some margin to the right side of the radio input of questions
This commit is contained in:
parent
beeea810d4
commit
ecacb00b2c
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue