Skip to content

Commit

Permalink
Merge pull request #163 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 2bd96fa + c58d103 commit 88aaf90
Show file tree
Hide file tree
Showing 8 changed files with 232 additions and 204 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
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.8.7] - 2023-11-21

### Fixed

- TMS-935: Archive filter accessibility fixes

## [1.8.6] - 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 @@ -35,4 +36,8 @@
}
}
}

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

0 comments on commit 88aaf90

Please sign in to comment.