fix: number field editor full height (#4308)

This commit is contained in:
Richard Shiue 2024-01-05 12:21:51 +08:00 committed by GitHub
parent e7533c149f
commit ee7fc5d77d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,7 @@ class NumberTypeOptionEditorFactory implements TypeOptionEditorFactory {
padding: const EdgeInsets.symmetric(horizontal: 8),
child: Column(
crossAxisAlignment: CrossAxisAlignment.start,
mainAxisSize: MainAxisSize.min,
children: [
numFormatTitle,
AppFlowyPopover(