Skip to content

Commit

Permalink
Merge branch 'master' into TMS-974
Browse files Browse the repository at this point in the history
  • Loading branch information
eebbi authored Nov 21, 2023
2 parents d60d337 + 2b2daf5 commit 9444cc7
Show file tree
Hide file tree
Showing 9 changed files with 186 additions and 149 deletions.
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Severa-ID: 2108
Severa-kuvaus:
Task: https://hiondigital.atlassian.net/browse/TMS-

<!--- Provide a general summary of your changes in the Title above -->
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- TMS-974:
- Add recurring events to lists as single item.
- Add recurring events to events-component
- TMS-994: Add missing list-item block to use

### Fixed

- TMS-935: Archive filter accessibility fixes

## [1.53.0] - 2023-11-07

Expand Down
9 changes: 7 additions & 2 deletions assets/styles/ui-components/_archive-filters.scss
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
.archive-filters {
&__select-container {
display: flex;
flex-direction: column;
flex-direction: column-reverse;
gap: $theme-spacing-oneandhalf;

@include until($tablet) {
width: 100%;
}

@include from($tablet) {
flex-direction: row;
flex-direction: unset;
flex-wrap: wrap-reverse;
}

select {
Expand All @@ -21,4 +22,8 @@
}
}
}

&__description {
width: 100%;
}
}
Binary file modified lang/fi.mo
Binary file not shown.
Loading

0 comments on commit 9444cc7

Please sign in to comment.