chore: increase padding in span card scroll view to prevent choice animation overflow (#5062)

This commit is contained in:
ggurdin 2026-01-05 14:56:27 -05:00 committed by GitHub
parent 6343c18ad1
commit 92da1310b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,10 @@ class SpanCardState extends State<SpanCard> {
child: SingleChildScrollView(
controller: scrollController,
child: Padding(
padding: const EdgeInsets.all(12.0),
padding: const EdgeInsets.symmetric(
vertical: 12.0,
horizontal: 24.0,
),
child: Column(
spacing: 12.0,
children: [