fix size of card
This commit is contained in:
parent
798a99d7d0
commit
7e1f922235
1 changed files with 4 additions and 1 deletions
|
|
@ -155,6 +155,9 @@ class _MihCardDisplayState extends State<MihCardDisplay> {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return displayLoyaltyCard();
|
return SizedBox(
|
||||||
|
width: 500,
|
||||||
|
child: displayLoyaltyCard(),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue