Add vertical padding on mobile view client statement
This commit is contained in:
parent
ce9f0fa014
commit
f6675dea6c
|
|
@ -437,6 +437,7 @@ class _ClientPdfViewState extends State<ClientPdfView> {
|
||||||
statusPicker,
|
statusPicker,
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
SizedBox(height: 12),
|
||||||
Row(
|
Row(
|
||||||
children: [
|
children: [
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue