Skip to content

Commit

Permalink
fix: wrap checklist item text
Browse files Browse the repository at this point in the history
  • Loading branch information
zoli committed Aug 31, 2024
1 parent d264f3d commit 291b704
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 291b704

Please sign in to comment.