minor layout fix

This commit is contained in:
Thibault Deckers 2020-09-05 10:26:51 +09:00
parent 385a8ee430
commit c88b839960

View file

@ -96,7 +96,7 @@ class _AvesFilterChipState extends State<AvesFilterChip> {
mainAxisSize: MainAxisSize.min,
children: [
content,
widget.details,
Flexible(child: widget.details),
],
);
}