[PR #1261] [MERGED] fix: Extra spacing in multiselect cell #4629

Closed
opened 2026-03-23 21:38:39 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/1261
Author: @sahej-dev
Created: 10/10/2022
Status: Merged
Merged: 10/11/2022
Merged by: @appflowy

Base: mainHead: main


📝 Commits (1)

  • 820d254 fix: Extra spacing in multiselect cell

📊 Changes

1 file changed (+6 additions, -4 deletions)

View changed files

📝 frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/select_option_cell.dart (+6 -4)

📄 Description

This fixes #1186 .

spacing attribute of the Wrap being used in SelectOptionWrap seems to be causing the issue. I have just removed the use of the spacing from the wrap and instead I have used a Padding to provide spacing to the children of the Wrap.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/1261 **Author:** [@sahej-dev](https://github.com/sahej-dev) **Created:** 10/10/2022 **Status:** ✅ Merged **Merged:** 10/11/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`820d254`](https://github.com/AppFlowy-IO/AppFlowy/commit/820d2548b60709593764122a32001ace16742dee) fix: Extra spacing in multiselect cell ### 📊 Changes **1 file changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/plugins/grid/presentation/widgets/cell/select_option_cell/select_option_cell.dart` (+6 -4) </details> ### 📄 Description This fixes #1186 . `spacing` attribute of the `Wrap` being used in `SelectOptionWrap` seems to be causing the issue. I have just removed the use of the `spacing` from the wrap and instead I have used a `Padding` to provide spacing to the children of the `Wrap`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:38:39 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4629
No description provided.