Merge pull request #82 from yaso-meth/BUG--Home-search-cut-off

search cut off text fix
This commit is contained in:
yaso-meth 2025-02-13 11:22:16 +02:00 committed by GitHub
commit e4ba0208af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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