minor layout fix
This commit is contained in:
parent
385a8ee430
commit
c88b839960
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ class _AvesFilterChipState extends State<AvesFilterChip> {
|
||||||
mainAxisSize: MainAxisSize.min,
|
mainAxisSize: MainAxisSize.min,
|
||||||
children: [
|
children: [
|
||||||
content,
|
content,
|
||||||
widget.details,
|
Flexible(child: widget.details),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue