mirror of
https://github.com/foss42/apidash.git
synced 2025-05-30 21:41:50 +08:00
fix: request form data padding
This commit is contained in:
@ -225,14 +225,14 @@ class _FormDataBodyState extends ConsumerState<FormDataWidget> {
|
||||
),
|
||||
),
|
||||
),
|
||||
kVSpacer20,
|
||||
kVSpacer40,
|
||||
],
|
||||
),
|
||||
),
|
||||
Align(
|
||||
alignment: Alignment.bottomCenter,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.only(bottom: 5),
|
||||
padding: kPb15,
|
||||
child: ElevatedButton.icon(
|
||||
onPressed: () {
|
||||
formRows.add(kFormDataEmptyModel);
|
||||
|
Reference in New Issue
Block a user