poll_widget: Disallow poll-vote count collapsing.

This commit is contained in:
Karl Stolley
2025-07-23 15:42:01 -05:00
committed by Tim Abbott
parent 9a49007ef1
commit 56739f950c

View File

@@ -175,6 +175,9 @@
border-style: solid;
font-weight: 600;
border-radius: 3px;
/* We don't want poll-vote tallies to spill
digits onto second lines in narrow viewports. */
flex-shrink: 0;
min-width: 1.7857em; /* 25px at 14px / em */
height: 1.7857em; /* 25px at 14px / em */
font-size: 0.9285em; /* 13px at 14px / em */