chore: remove maxLines for text in activity suggestion dialog (#3414)
This commit is contained in:
parent
1f64a32030
commit
bcd349a6c3
1 changed files with 0 additions and 6 deletions
|
|
@ -270,8 +270,6 @@ class ActivitySuggestionDialogState extends State<ActivitySuggestionDialog> {
|
|||
?.copyWith(
|
||||
fontWeight: FontWeight.bold,
|
||||
),
|
||||
maxLines: 6,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
),
|
||||
),
|
||||
if (widget.controller.isEditing)
|
||||
|
|
@ -294,8 +292,6 @@ class ActivitySuggestionDialogState extends State<ActivitySuggestionDialog> {
|
|||
child: Text(
|
||||
widget.controller.updatedActivity
|
||||
.learningObjective,
|
||||
maxLines: 6,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: theme.textTheme.bodyLarge,
|
||||
),
|
||||
),
|
||||
|
|
@ -319,8 +315,6 @@ class ActivitySuggestionDialogState extends State<ActivitySuggestionDialog> {
|
|||
child: Text(
|
||||
widget.controller.updatedActivity
|
||||
.instructions,
|
||||
maxLines: 8,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
style: theme.textTheme.bodyLarge,
|
||||
),
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue