Skip to content

Commit 1d3b4b2

Browse files
authored
Merge branch 'master' into TMS-1230
2 parents 275ecc9 + 1151bb1 commit 1d3b4b2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
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-1230: Allow audio-block
11+
- TMS-1226: Change focus order on events-search form
1112

1213
## [1.69.0] - 2025-11-18
1314

partials/views/page-events-search/form.dust

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,18 +49,18 @@
4949
</div>
5050
</div>
5151

52-
<div class="column is-align-self-flex-start is-flex order-4">
53-
<a href="{form.action|url}" class="button button-clear-inputs is-secondary">
54-
{Strings.s.search.clear|html}
55-
</a>
56-
</div>
57-
58-
<div class="column is-12-mobile is-2-tablet is-3-widescreen is-align-self-flex-end is-flex order-3">
52+
<div class="column is-12-mobile is-2-tablet is-3-widescreen is-align-self-flex-end is-flex">
5953
<button type="submit" class="button button--icon is-primary ml-auto-desktop">
6054
{Strings.s.header.search|html}
6155
{>"ui/icon" icon="search" class="icon--medium" /}
6256
</button>
6357
</div>
58+
59+
<div class="column is-align-self-flex-start is-flex">
60+
<a href="{form.action|url}" class="button button-clear-inputs is-secondary">
61+
{Strings.s.search.clear|html}
62+
</a>
63+
</div>
6464
</div>
6565
</div>
6666
</div>

0 commit comments

Comments
 (0)