Fixed accordion icon on large title#2770
Merged
vytisbulkevicius merged 2 commits intodevelopmentfrom Apr 1, 2026
Merged
Conversation
Contributor
Bundle Size Diff
|
There was a problem hiding this comment.
Pull request overview
Fixes the Accordion block’s default chevron icon deforming when the title wraps onto multiple lines (notably in narrow layouts like sidebars).
Changes:
- Adds a
flex-shrink: 0rule to prevent the default closed-state pseudo-element icon from shrinking in flex layouts.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
|
Plugin build for b1464ab is ready 🛎️!
|
Contributor
E2E TestsPlaywright Test Status: Performance ResultsserverResponse: {"q25":415.3,"q50":423.95,"q75":453.5,"cnt":10}, firstPaint: {"q25":407.2,"q50":459.3,"q75":563.8,"cnt":10}, domContentLoaded: {"q25":1563.9,"q50":1598.65,"q75":1621.9,"cnt":10}, loaded: {"q25":1564.2,"q50":1599,"q75":1622.3,"cnt":10}, firstContentfulPaint: {"q25":3262.2,"q50":3327.2,"q75":3359.2,"cnt":10}, firstBlock: {"q25":6733.2,"q50":6792.75,"q75":6872.7,"cnt":10}, type: {"q25":12.67,"q50":13.42,"q75":14.12,"cnt":10}, typeWithoutInspector: {"q25":10.69,"q50":11.73,"q75":12.37,"cnt":10}, typeWithTopToolbar: {"q25":15.11,"q50":15.64,"q75":17.58,"cnt":10}, typeContainer: {"q25":7.18,"q50":7.76,"q75":8.71,"cnt":10}, focus: {"q25":50.99,"q50":53.35,"q75":55.02,"cnt":10}, inserterOpen: {"q25":16.32,"q50":17.6,"q75":18.26,"cnt":10}, inserterSearch: {"q25":5.47,"q50":5.63,"q75":5.79,"cnt":10}, inserterHover: {"q25":2.4,"q50":2.53,"q75":2.75,"cnt":20}, loadPatterns: {"q25":1088.89,"q50":1106.12,"q75":1192.36,"cnt":10}, listViewOpen: {"q25":81.29,"q50":83.84,"q75":97.28,"cnt":10} |
Soare-Robert-Daniel
approved these changes
Apr 1, 2026
Contributor
|
🎉 This PR is included in version 3.1.8 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1937
Checklist before the final review