Skip to content

Commit

Permalink
fix: wrap checklist item text (AppFlowy-IO#6145)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoli authored Sep 1, 2024
1 parent 01d7d6e commit 6ce77ae
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6ce77ae

Please sign in to comment.