Bladeren bron

fix: widget errors

appflowy 2 jaren geleden
bovenliggende
commit
9f845adc74
1 gewijzigde bestanden met toevoegingen van 1 en 3 verwijderingen
  1. 1 3
      frontend/app_flowy/lib/plugins/grid/presentation/grid_page.dart

+ 1 - 3
frontend/app_flowy/lib/plugins/grid/presentation/grid_page.dart

@@ -312,9 +312,7 @@ class _GridFooter extends StatelessWidget {
           height: GridSize.footerHeight,
           child: Padding(
             padding: GridSize.footerContentInsets,
-            child: const Expanded(
-              child: SizedBox(height: 40, child: GridAddRowButton()),
-            ),
+            child: const SizedBox(height: 40, child: GridAddRowButton()),
           ),
         ),
       ),