fix: only allow one line of text in grammar match choices

This commit is contained in:
ggurdin 2026-01-27 13:46:22 -05:00
parent c931581596
commit cb7bb14a62
No known key found for this signature in database
GPG key ID: A01CB41737CBB478

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,