fix: word wrapping on action buttons (#20231)
parent
03a13828e1
commit
c63f805cb4
|
|
@ -65,6 +65,7 @@ class BaseActionButton extends StatelessWidget {
|
|||
),
|
||||
maxLines: 3,
|
||||
textAlign: TextAlign.center,
|
||||
softWrap: true,
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Reference in New Issue