Skip to content

Commit

Permalink
Merge pull request #482 from devgeniem/TMS-935
Browse files Browse the repository at this point in the history
TMS-935: Archive filter accessibility fixes
  • Loading branch information
eebbi authored Nov 20, 2023
2 parents cfb1d38 + c854027 commit 5367de0
Show file tree
Hide file tree
Showing 8 changed files with 175 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
4 changes: 4 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- TMS-974: Add recurring events to lists as single item.

### Fixed

- TMS-935: Archive filter accessibility fixes

## [1.53.0] - 2023-11-07

### Added
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 5367de0

Please sign in to comment.