Skip to content

Commit fc3ce58

Browse files
authored
chore(multiple_choice_view): remove padding from ListView (#1484)
1 parent 1e7d62f commit fc3ce58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mobile-app/lib/ui/views/learn/challenge/templates/multiple_choice/multiple_choice_view.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ class MultipleChoiceView extends StatelessWidget {
9292
),
9393
body: SafeArea(
9494
child: ListView(
95-
padding: const EdgeInsets.all(12),
9695
children: [
9796
if (challenge.videoId != null) ...[
9897
ChallengeCard(

0 commit comments

Comments
 (0)