chore: widen summary cards (#3888)

pull/2245/head
ggurdin 2 months ago committed by GitHub
parent 4ad16a33b3
commit 8571bc98d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -115,7 +115,7 @@ class ButtonControlledCarouselView extends StatelessWidget {
(role) => role.userId == p.participantId,
);
return Container(
width: 250.0,
width: 350.0,
margin: const EdgeInsets.only(right: 5.0),
padding: const EdgeInsets.all(12.0),
decoration: ShapeDecoration(

Loading…
Cancel
Save