chore: fix text overflow in ping participants button on small screen with large text in Spanish (#5734)
This commit is contained in:
parent
9ce7c7b4cb
commit
abc4a9630c
1 changed files with 7 additions and 4 deletions
|
|
@ -235,10 +235,13 @@ class ActivitySessionStartView extends StatelessWidget {
|
|||
mainAxisAlignment:
|
||||
MainAxisAlignment.center,
|
||||
children: [
|
||||
Text(
|
||||
L10n.of(
|
||||
context,
|
||||
).pingParticipants,
|
||||
Flexible(
|
||||
child: Text(
|
||||
L10n.of(
|
||||
context,
|
||||
).pingParticipants,
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue