Prevent Mobile Safari from shrinking the input fields

This commit is contained in:
Lim Chee Aun 2023-03-17 08:51:40 +08:00
parent 16c52ad3ea
commit 84e064ff30

View file

@ -747,6 +747,9 @@ a.card:is(:hover, :focus) {
gap: 8px;
cursor: pointer;
}
.poll-label input:is([type='radio'], [type='checkbox']) {
flex-shrink: 0;
}
.poll-option-votes {
flex-shrink: 0;
font-size: 90%;