Skip to content

Commit 51b2931

Browse files
author
MritunjayTiwari14
committed
poll: Add accidentally removed comments.
Fixes: #1808
1 parent d31924c commit 51b2931

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/widgets/poll.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,10 @@ class _PollWidgetState extends State<PollWidget> {
9090
ConstrainedBox(
9191
constraints: const BoxConstraints(minWidth: 44, minHeight: 44),
9292
child: Padding(
93+
// For accessibility, the touch target is padded to be larger
94+
// than the vote count box. Still, we avoid padding at the
95+
// start because we want to align all the poll options to the
96+
// surrounding messages.
9397
padding: const EdgeInsetsDirectional.only(
9498
end: 5, top: verticalPadding, bottom: verticalPadding),
9599
child: Material(

0 commit comments

Comments
 (0)