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),
|
padding: const EdgeInsets.symmetric(horizontal: 8),
|
||||||
child: Column(
|
child: Column(
|
||||||
crossAxisAlignment: CrossAxisAlignment.start,
|
crossAxisAlignment: CrossAxisAlignment.start,
|
||||||
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
numFormatTitle,
|
numFormatTitle,
|
||||||
AppFlowyPopover(
|
AppFlowyPopover(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user