[PR #375] [MERGED] fix: DocBanner overflow issue: #354 #4099

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

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/375
Author: @Pualoo
Created: 2/23/2022
Status: Merged
Merged: 2/24/2022
Merged by: @appflowy

Base: mainHead: fix_docbanner


📝 Commits (1)

  • 3a2424c fix: DocBanner overflow issue#354

📊 Changes

1 file changed (+34 additions, -33 deletions)

View changed files

📝 frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/banner.dart (+34 -33)

📄 Description

Fixed DocBanner widget overflow reported in issue #354

I used the FittedBox with a BoxFit.scaleDown to preserve the aspect of the feature. Now the FittedBox by the Center Alignment, removing the necessity of Alignment inside of Row.


🔄 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/375 **Author:** [@Pualoo](https://github.com/Pualoo) **Created:** 2/23/2022 **Status:** ✅ Merged **Merged:** 2/24/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `main` ← **Head:** `fix_docbanner` --- ### 📝 Commits (1) - [`3a2424c`](https://github.com/AppFlowy-IO/AppFlowy/commit/3a2424cda3b519b11345b9689818c789a6905ad1) fix: DocBanner overflow issue#354 ### 📊 Changes **1 file changed** (+34 additions, -33 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/lib/workspace/presentation/stack_page/doc/widget/banner.dart` (+34 -33) </details> ### 📄 Description Fixed DocBanner widget overflow reported in issue #354 I used the FittedBox with a BoxFit.scaleDown to preserve the aspect of the feature. Now the FittedBox by the Center Alignment, removing the necessity of Alignment inside of Row. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:17 +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#4099
No description provided.