Merge pull request #5457 from pangeachat/5434-grammar-practice-choice-overflow
fix: only allow one line of text in grammar match choices
This commit is contained in:
commit
3fcf1b32ae
1 changed files with 0 additions and 1 deletions
|
|
@ -68,7 +68,6 @@ class GrammarChoiceCard extends StatelessWidget {
|
|||
child: Text(
|
||||
copy,
|
||||
overflow: TextOverflow.ellipsis,
|
||||
maxLines: 2,
|
||||
textAlign: TextAlign.left,
|
||||
style: TextStyle(
|
||||
fontSize: baseTextSize,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue