mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-16 23:31:19 +03:00
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;
|
||||
cursor: pointer;
|
||||
}
|
||||
.poll-label input:is([type='radio'], [type='checkbox']) {
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.poll-option-votes {
|
||||
flex-shrink: 0;
|
||||
font-size: 90%;
|
||||
|
|
Loading…
Add table
Reference in a new issue