We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28a3c84 commit 1df0cf7Copy full SHA for 1df0cf7
CHANGELOG.MD
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
8
## [Unreleased]
9
10
+- TMS-1091: Remove align-wide class from accordion block
11
+
12
## [1.59.4] - 2024-12-09
13
14
- TMS-1089: Fix event fetching for events-component
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