fix(#129): resserrer les champs enfant pour éviter le scroll.
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -763,8 +763,7 @@ class _ParentDossierWizardState extends State<ParentDossierWizard> {
|
||||
Expanded(
|
||||
flex: 2,
|
||||
child: Padding(
|
||||
padding: const EdgeInsets.fromLTRB(4, 4, 14, 12),
|
||||
child: SingleChildScrollView(
|
||||
padding: const EdgeInsets.fromLTRB(4, 0, 14, 8),
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.stretch,
|
||||
children: [
|
||||
@@ -777,7 +776,7 @@ class _ParentDossierWizardState extends State<ParentDossierWizard> {
|
||||
],
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 12),
|
||||
const SizedBox(height: 6),
|
||||
ValidationLabeledField(
|
||||
label: child.isUnborn
|
||||
? 'Date prévisionnelle'
|
||||
@@ -818,7 +817,7 @@ class _ParentDossierWizardState extends State<ParentDossierWizard> {
|
||||
],
|
||||
),
|
||||
),
|
||||
const SizedBox(height: 12),
|
||||
const SizedBox(height: 6),
|
||||
ValidationLabeledField(
|
||||
label: 'Genre',
|
||||
field: _genreDropdown(index),
|
||||
@@ -827,7 +826,6 @@ class _ParentDossierWizardState extends State<ParentDossierWizard> {
|
||||
),
|
||||
),
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user