Skip to content

Commit a6ec74d

Browse files
authored
Merge branch 'master' into TMS-994
2 parents 833c014 + 16caf32 commit a6ec74d

File tree

9 files changed

+237
-204
lines changed

9 files changed

+237
-204
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Severa-ID: 2108
2+
Severa-kuvaus:
23
Task: https://hiondigital.atlassian.net/browse/TMS-
34

45
<!--- Provide a general summary of your changes in the Title above -->

CHANGELOG.MD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [1.8.7] - 2023-11-21
11+
12+
### Added
13+
14+
- TMS-901: Add logo-wall & image-carousel components to single programs
1015
- TMS-994: Add missing list-item block to use
1116

17+
### Fixed
18+
19+
- TMS-935: Archive filter accessibility fixes
20+
1221
## [1.8.6] - 2023-11-07
1322

1423
### Added

assets/styles/ui-components/_archive-filters.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
.archive-filters {
22
&__select-container {
33
display: flex;
4-
flex-direction: column;
4+
flex-direction: column-reverse;
55
gap: $theme-spacing-oneandhalf;
66

77
@include until($tablet) {
88
width: 100%;
99
}
1010

1111
@include from($tablet) {
12-
flex-direction: row;
12+
flex-direction: unset;
13+
flex-wrap: wrap-reverse;
1314
}
1415

1516
select {
@@ -35,4 +36,8 @@
3536
}
3637
}
3738
}
39+
40+
&__description {
41+
width: 100%;
42+
}
3843
}

lang/fi.mo

48 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)