mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 06:28:23 +00:00
poll_widget: Disallow poll-vote count collapsing.
This commit is contained in:
@@ -175,6 +175,9 @@
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
border-radius: 3px;
|
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 */
|
min-width: 1.7857em; /* 25px at 14px / em */
|
||||||
height: 1.7857em; /* 25px at 14px / em */
|
height: 1.7857em; /* 25px at 14px / em */
|
||||||
font-size: 0.9285em; /* 13px at 14px / em */
|
font-size: 0.9285em; /* 13px at 14px / em */
|
||||||
|
|||||||
Reference in New Issue
Block a user