Make Create your space button flexible (#3683)

* Make Create your space button flexible

* Keep row from expanding

* Make buttons unflexible, wrap instead

* Add wrap to keep last 2 buttons together
This commit is contained in:
Kelrap 2025-08-11 13:07:27 -04:00 committed by GitHub
parent 10d8fc26aa
commit ca65c8c2ea
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -166,11 +166,11 @@ class FindYourPeopleView extends StatelessWidget {
),
),
if (isColumnMode)
Row(
mainAxisSize: MainAxisSize.min,
Wrap(
children: [
TextButton(
child: Row(
mainAxisSize: MainAxisSize.min,
children: [
Icon(
Icons.join_full,
@ -196,6 +196,7 @@ class FindYourPeopleView extends StatelessWidget {
),
TextButton(
child: Row(
mainAxisSize: MainAxisSize.min,
children: [
Icon(
Icons.add_box_outlined,