Merge pull request #82 from yaso-meth/BUG--Home-search-cut-off
search cut off text fix
This commit is contained in:
commit
e4ba0208af
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue