diff --git a/src/components/status.css b/src/components/status.css index e78a6c69..79a0feec 100644 --- a/src/components/status.css +++ b/src/components/status.css @@ -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%;