We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e05574 commit 255aed0Copy full SHA for 255aed0
lib/widgets/poll.dart
@@ -78,6 +78,9 @@ class _PollWidgetState extends State<PollWidget> {
78
ConstrainedBox(
79
constraints: const BoxConstraints(minWidth: 25, minHeight: 25),
80
child: Container(
81
+ // Inner padding preserves whitespace even when the text's
82
+ // width approaches the button's min-width (e.g. because
83
+ // there are more than three digits).
84
padding: const EdgeInsets.symmetric(horizontal: 4),
85
decoration: BoxDecoration(
86
color: theme.colorPollVoteCountBackground,
0 commit comments