change incorrect box constrain for storage card
This commit is contained in:
parent
a2ba68c281
commit
91c5ef307e
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ class _DetailsSectionWidgetState extends State<DetailsSectionWidget> {
|
|||
InheritedUserDetails inheritedUserDetails,
|
||||
) {
|
||||
return ConstrainedBox(
|
||||
constraints: const BoxConstraints(maxWidth: 365),
|
||||
constraints: const BoxConstraints(maxWidth: 350),
|
||||
child: AspectRatio(
|
||||
aspectRatio: 2 / 1,
|
||||
child: Stack(
|
||||
|
|
Loading…
Add table
Reference in a new issue