Skip to content

Commit

Permalink
TMS-1091: Remove align-wide class from accordion block
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi committed Jan 8, 2025
1 parent 28a3c84 commit 1df0cf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

- TMS-1091: Remove align-wide class from accordion block

## [1.59.4] - 2024-12-09

- TMS-1089: Fix event fetching for events-component
Expand Down
2 changes: 1 addition & 1 deletion partials/blocks/block-accordion.dust
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="accordion is-align-wide" {?anchor}id="{anchor|attr}"{/anchor}>
<div class="accordion" {?anchor}id="{anchor|attr}"{/anchor}>
<header class="accordion__header has-text-centered">
<h2 class="accordion__title h3 mt-0 mb-6">
{title|html}
Expand Down

0 comments on commit 1df0cf7

Please sign in to comment.