We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79cb3ea commit 9f845adCopy full SHA for 9f845ad
frontend/app_flowy/lib/plugins/grid/presentation/grid_page.dart
@@ -312,9 +312,7 @@ class _GridFooter extends StatelessWidget {
312
height: GridSize.footerHeight,
313
child: Padding(
314
padding: GridSize.footerContentInsets,
315
- child: const Expanded(
316
- child: SizedBox(height: 40, child: GridAddRowButton()),
317
- ),
+ child: const SizedBox(height: 40, child: GridAddRowButton()),
318
),
319
320
0 commit comments