[PR #3789] [MERGED] fix: Plus symbol outside of card #5883

Closed
opened 2026-03-23 22:20:44 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/3789
Author: @bryanoli
Created: 10/26/2023
Status: Merged
Merged: 10/26/2023
Merged by: @richardshiue

Base: mainHead: bryanoli-overflowpixels-3784


📝 Commits (3)

📊 Changes

1 file changed (+5 additions, -3 deletions)

View changed files

📝 frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart (+5 -3)

📄 Description

Fixes #3784

https://github.com/AppFlowy-IO/AppFlowy/assets/66151079/f1a26755-632b-4c7f-a4c8-17728e27aa92

I wrapped the FlowyText with a Flexible widget because it allows the FlowyText to contract or expand within the available space.


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

🔄 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/3789 **Author:** [@bryanoli](https://github.com/bryanoli) **Created:** 10/26/2023 **Status:** ✅ Merged **Merged:** 10/26/2023 **Merged by:** [@richardshiue](https://github.com/richardshiue) **Base:** `main` ← **Head:** `bryanoli-overflowpixels-3784` --- ### 📝 Commits (3) - [`5612dec`](https://github.com/AppFlowy-IO/AppFlowy/commit/5612dec55e98f5ee4a26a5640485ea40136dd346) Fixed overflow problem for plus symbol - [`2fe0fce`](https://github.com/AppFlowy-IO/AppFlowy/commit/2fe0fce5df03788e82f9cc3d7503afd961553344) Wrapping SizedBox with Flexible is not needed - [`502df12`](https://github.com/AppFlowy-IO/AppFlowy/commit/502df12028d5b2cd50202d3e3d6678278cba6a2e) Merge branch 'main' of https://github.com/AppFlowy-IO/appflowy into bryanoli-overflowpixels-3784 ### 📊 Changes **1 file changed** (+5 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `frontend/appflowy_flutter/lib/plugins/database_view/widgets/row/cells/select_option_cell/select_option_editor.dart` (+5 -3) </details> ### 📄 Description ### Fixes #3784 https://github.com/AppFlowy-IO/AppFlowy/assets/66151079/f1a26755-632b-4c7f-a4c8-17728e27aa92 I wrapped the `FlowyText` with a `Flexible` widget because it allows the `FlowyText` to contract or expand within the available space. <!--- List at least one issue here that this PR addresses. If it fixes the issue, please use the [fixes](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests) keyword to close the issue. For example: fixes https://github.com/AppFlowy-IO/AppFlowy/pull/2106 --> --- <!--- Before you mark this PR ready for review, run through this checklist! --> #### PR Checklist - [x] My code adheres to [AppFlowy's Conventions](https://docs.appflowy.io/docs/documentation/software-contributions/conventions) - [x] I've listed at least one issue that this PR fixes in the description above. - [ ] I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes. - [x] All existing tests are passing. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:20:44 +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#5883
No description provided.