Skip to content

Commit d200c40

Browse files
ilyes-cedLucasXu0
andauthored
fix: removed space under grid (#4352)
Co-authored-by: Lucas.Xu <[email protected]>
1 parent cd28dee commit d200c40

File tree

1 file changed

+1
-1
lines changed
  • frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/footer

1 file changed

+1
-1
lines changed

frontend/appflowy_flutter/lib/plugins/database/grid/presentation/widgets/footer/grid_footer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class GridRowBottomBar extends StatelessWidget {
3838
return Container(
3939
padding: GridSize.footerContentInsets,
4040
height: GridSize.footerHeight,
41-
margin: const EdgeInsets.only(bottom: 200, top: 8),
41+
margin: const EdgeInsets.only(bottom: 8, top: 8),
4242
child: const GridAddRowButton(),
4343
);
4444
}

0 commit comments

Comments
 (0)