mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: number field editor full height (#4308)
This commit is contained in:
parent
e7533c149f
commit
ee7fc5d77d
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user