appflowy 2 лет назад
Родитель
Сommit
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()),
           ),
         ),
       ),