add max size
This commit is contained in:
parent
2f036bd5fc
commit
6b3c24bb8c
1 changed files with 1 additions and 0 deletions
|
|
@ -31,6 +31,7 @@ class _MIHHeaderState extends State<MIHHeader> {
|
||||||
child: Row(
|
child: Row(
|
||||||
crossAxisAlignment: CrossAxisAlignment.center,
|
crossAxisAlignment: CrossAxisAlignment.center,
|
||||||
mainAxisAlignment: widget.headerAlignment,
|
mainAxisAlignment: widget.headerAlignment,
|
||||||
|
mainAxisSize: MainAxisSize.max,
|
||||||
children: widget.headerItems,
|
children: widget.headerItems,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue