We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74018db + 1df0cf7 commit 806a10dCopy full SHA for 806a10d
CHANGELOG.MD
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
8
## [Unreleased]
9
10
- TMS-1093: Add graphics for dynamic event main images
11
+- TMS-1091: Remove align-wide class from accordion block
12
13
## [1.59.4] - 2024-12-09
14
partials/blocks/block-accordion.dust
@@ -1,4 +1,4 @@
1
-<div class="accordion is-align-wide" {?anchor}id="{anchor|attr}"{/anchor}>
+<div class="accordion" {?anchor}id="{anchor|attr}"{/anchor}>
2
<header class="accordion__header has-text-centered">
3
<h2 class="accordion__title h3 mt-0 mb-6">
4
{title|html}
0 commit comments