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 86209c9 commit 23452cf
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.8.1] - 2024-11-25

- TMS-1059: Add Sign up-section to event partial
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">
<h2 class="accordion__title h3 mt-0 mb-6">
{title|html}
Expand Down

0 comments on commit 23452cf

Please sign in to comment.