Skip to content

Commit da1e08b

Browse files
committed
Merge branch 'master' into TMS-901
2 parents 8b986bb + 88aaf90 commit da1e08b

File tree

8 files changed

+234
-204
lines changed

8 files changed

+234
-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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,16 @@ 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+
1014
- TMS-901: Add logo-wall & image-carousel components to single programs
1115

16+
### Fixed
17+
18+
- TMS-935: Archive filter accessibility fixes
19+
1220
## [1.8.6] - 2023-11-07
1321

1422
### 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)