add max size
This commit is contained in:
@@ -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,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user