Merge pull request #5461 from pangeachat/5429-grammar-practice-size-change

fix: give morph definition a fixed height to prevent other element fr…
This commit is contained in:
ggurdin 2026-01-27 14:24:20 -05:00 committed by GitHub
commit 92ae0fd79f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -199,10 +199,8 @@ class _AnalyticsActivityView extends StatelessWidget {
return const SizedBox.shrink();
}
return ConstrainedBox(
constraints: const BoxConstraints(
minHeight: 80,
),
return SizedBox(
height: 125.0,
child: selectedChoice == null
? const SizedBox.shrink()
: SingleChildScrollView(