chore: reduce min height of span card feedback section (#5095)

This commit is contained in:
ggurdin 2026-01-06 15:28:05 -05:00 committed by GitHub
parent dda68d1d04
commit ec0ce0496d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,