Modal: Replace justify-content: left with flex-start in modal header#71993
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the Unlinked AccountsThe following contributors have not linked their GitHub and WordPress.org accounts: @katinthehatsite. Contributors, please read how to link your accounts to ensure your work is properly credited in WordPress releases. If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
katinthehatsite
left a comment
There was a problem hiding this comment.
The changes look good to me 👍
t-hamano
left a comment
There was a problem hiding this comment.
LGTM! No new changelog record would be necessary.
What?
Closes #71997
The PR changes
justify-content: left;tojustify-content: flex-start;for the Modal block heading alignment.ℹ️ I did not add a new record to the changelog for such a small change, but happy to update it if needed.
Why?
With the proposed change there's no need for extra RTL styling adjustment to handle Modal's heading alignment.
How?
Described above - in the What? section.
Testing Instructions
Testing Instructions for Keyboard
N/A
Screenshots or screencast
Added in the content above.