Skip to content

Commit 33b72c8

Browse files
committed
fix: add padding to number format list
1 parent 988e8db commit 33b72c8

File tree

1 file changed

+1
-0
lines changed
  • frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option

1 file changed

+1
-0
lines changed

frontend/app_flowy/lib/plugins/grid/presentation/widgets/header/type_option/number.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ class NumberFormatList extends StatelessWidget {
116116
crossAxisAlignment: CrossAxisAlignment.start,
117117
children: [
118118
const _FilterTextField(),
119+
const VSpace(10),
119120
BlocBuilder<NumberFormatBloc, NumberFormatState>(
120121
builder: (context, state) {
121122
final cells = state.formats.map((format) {

0 commit comments

Comments
 (0)