diff --git a/lib/pangea/choreographer/igc/span_card.dart b/lib/pangea/choreographer/igc/span_card.dart index 76bf43586..67adb59e5 100644 --- a/lib/pangea/choreographer/igc/span_card.dart +++ b/lib/pangea/choreographer/igc/span_card.dart @@ -219,7 +219,7 @@ class _SpanCardFeedback extends StatelessWidget { Widget build(BuildContext context) { return ConstrainedBox( constraints: const BoxConstraints( - minHeight: 100.0, + minHeight: 50.0, ), child: Column( mainAxisAlignment: MainAxisAlignment.center,