فهرست منبع

fix: widget errors

appflowy 2 سال پیش
والد
کامیت
9f845adc74
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  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()),
           ),
         ),
       ),