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:
parent
10d8fc26aa
commit
ca65c8c2ea
1 changed files with 3 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue