Skip to content

Commit 806a10d

Browse files
committed
Merge branch 'TMS-1091' into stage
2 parents 74018db + 1df0cf7 commit 806a10d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.MD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
88
## [Unreleased]
99

1010
- TMS-1093: Add graphics for dynamic event main images
11+
- TMS-1091: Remove align-wide class from accordion block
1112

1213
## [1.59.4] - 2024-12-09
1314

partials/blocks/block-accordion.dust

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="accordion is-align-wide" {?anchor}id="{anchor|attr}"{/anchor}>
1+
<div class="accordion" {?anchor}id="{anchor|attr}"{/anchor}>
22
<header class="accordion__header has-text-centered">
33
<h2 class="accordion__title h3 mt-0 mb-6">
44
{title|html}

0 commit comments

Comments
 (0)