mirror of
https://github.com/AppFlowy-IO/AppFlowy
synced 2026-05-23 17:18:31 +00:00
fix: wrap checklist item text (#6145)
This commit is contained in:
parent
01d7d6e900
commit
6ce77aea3e
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ class ChecklistCellTextfield extends StatelessWidget {
|
|||
controller: textController,
|
||||
focusNode: focusNode,
|
||||
style: Theme.of(context).textTheme.bodyMedium,
|
||||
maxLines: null,
|
||||
decoration: InputDecoration(
|
||||
border: InputBorder.none,
|
||||
isCollapsed: true,
|
||||
|
|
|
|||
Loading…
Reference in a new issue