fix: word wrapping on action buttons (#20231)

This commit is contained in:
Brandon Wees 2025-07-25 10:10:01 -05:00 committed by GitHub
parent 03a13828e1
commit c63f805cb4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -65,6 +65,7 @@ class BaseActionButton extends StatelessWidget {
),
maxLines: 3,
textAlign: TextAlign.center,
softWrap: true,
),
],
),