chore: widen summary cards (#3888)
This commit is contained in:
parent
4ad16a33b3
commit
8571bc98d9
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue