Prevent Mobile Safari from shrinking the input fields
This commit is contained in:
parent
16c52ad3ea
commit
84e064ff30
1 changed files with 3 additions and 0 deletions
|
@ -747,6 +747,9 @@ a.card:is(:hover, :focus) {
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.poll-label input:is([type='radio'], [type='checkbox']) {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
.poll-option-votes {
|
.poll-option-votes {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
font-size: 90%;
|
font-size: 90%;
|
||||||
|
|
Loading…
Add table
Reference in a new issue