search cut off text fix

This commit is contained in:
2025-02-13 11:14:26 +02:00
parent c62b977ec5
commit a715d9480e

View File

@@ -958,6 +958,7 @@ class _MIHHomeState extends State<MIHHome> {
return MIHBody( return MIHBody(
borderOn: false, borderOn: false,
bodyItems: [ bodyItems: [
const SizedBox(height: 10),
Row( Row(
mainAxisAlignment: MainAxisAlignment.center, mainAxisAlignment: MainAxisAlignment.center,
mainAxisSize: MainAxisSize.max, mainAxisSize: MainAxisSize.max,