Skip to content

Commit 1df0cf7

Browse files
committed
TMS-1091: Remove align-wide class from accordion block
1 parent 28a3c84 commit 1df0cf7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.MD

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

88
## [Unreleased]
99

10+
- TMS-1091: Remove align-wide class from accordion block
11+
1012
## [1.59.4] - 2024-12-09
1113

1214
- TMS-1089: Fix event fetching for events-component

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)