fix: update the styles for the new accordion block#2593
Conversation
|
Thanks @dkoo! |
|
Hey @laurelfulford, good job getting this PR merged! 🎉 Now, the Please check if this PR needs to be included in the "Upcoming Changes" and "Release Notes" doc. If it doesn't, simply remove the label. If it does, please add an entry to our shared document, with screenshots and testing instructions if applicable, then remove the label. Thank you! ❤️ |
## [2.15.1](v2.15.0...v2.15.1) (2025-11-24) ### Bug Fixes * **ci:** use lts/* node version for CI jobs ([#2586](#2586)) ([a59d26b](a59d26b)) * **contribution-meter:** patterns spacing ([#2591](#2591)) ([30c363e](30c363e)) * **contribution-meter:** reduce padding for patterns 1 and 2 ([#2594](#2594)) ([24dbdda](24dbdda)) * correct an edge case where single collections are smooshed ([#2578](#2578)) ([fa3d777](fa3d777)) * Merge pull request [#2589](#2589) from Automattic/trunk ([3a7df20](3a7df20)) * prevent stretchy text from overflowing stack, row blocks ([#2592](#2592)) ([d83b8e8](d83b8e8)) * prevent theme styles from overriding block styles ([#2575](#2575)) ([2aa20b1](2aa20b1)) * update editor styles for floated group blocks ([#2579](#2579)) ([a78ba8d](a78ba8d)) * update the styles for the new accordion block ([#2593](#2593)) ([813699e](813699e))
|
🎉 This PR is included in version 2.15.2-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.15.3-alpha.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
|
🎉 This PR is included in version 2.15.3 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
All Submissions:
Changes proposed in this Pull Request:
WordPress 6.9 adds a new Accordion block! This PR updates the styles, font size and spacing to fit into our theme a little better.
It also adds similar styles to WooCommerce's Accordion Group block - I missed when this was added, but the two blocks are very similar so it stands to reason that they should look similar.
How to test the changes in this Pull Request:
npm run build.Accordion block:
Accordion Group block:
Other information: