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:
ggurdin 2026-01-27 13:46:58 -05:00 committed by GitHub
commit 3fcf1b32ae
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,7 +68,6 @@ class GrammarChoiceCard extends StatelessWidget {
child: Text(
copy,
overflow: TextOverflow.ellipsis,
maxLines: 2,
textAlign: TextAlign.left,
style: TextStyle(
fontSize: baseTextSize,