fix spacing
This commit is contained in:
parent
86c9d8c580
commit
bed85c1563
1 changed files with 2 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ class _MedcertinputState extends State<Medcertinput> {
|
|||
required: true,
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 25.0),
|
||||
const SizedBox(height: 10.0),
|
||||
SizedBox(
|
||||
width: 700,
|
||||
child: MIHDateField(
|
||||
|
|
@ -41,7 +41,7 @@ class _MedcertinputState extends State<Medcertinput> {
|
|||
required: true,
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 25.0),
|
||||
const SizedBox(height: 10.0),
|
||||
SizedBox(
|
||||
width: 700,
|
||||
child: MIHDateField(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue