-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flutter_markdown] Fix table column alignment (#7327)
> This is my first contribution here so please let me know if I have overlooked anything or am missing any required steps. Thanks! This PR fixes the following issue: flutter/flutter#109487. This fix applies the appropriate `alignment` property to `Wrap` depending on the `textAlign`. | Before | After | |--------|------| |<img width="375" alt="image" src="https://github.com/user-attachments/assets/e10c0f2b-1c6b-439c-b352-ae6447605f35">|<img width="379" alt="image" src="https://github.com/user-attachments/assets/75ca4c7a-6454-4892-86c5-fec121061a58">|
- Loading branch information
Showing
4 changed files
with
31 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters