Transaction import

This commit is contained in:
Hillel Coren 2022-11-03 18:59:47 +02:00
parent ec1830425a
commit 042eb7926d
1 changed files with 3 additions and 6 deletions

View File

@ -656,13 +656,10 @@ class __FileMapperState extends State<_FileMapper> {
]); ]);
return SingleChildScrollView( return SingleChildScrollView(
child: Padding(
padding: const EdgeInsets.only(bottom: 20),
child: FormCard( child: FormCard(
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: children, children: children,
), ),
),
); );
} }
} }