@eeacms/volto-clms-theme 1.1.285 → 1.1.286

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. Dates are d
4
4
 
5
5
  Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
6
6
 
7
+ ### [1.1.286](https://github.com/eea/volto-clms-theme/compare/1.1.285...1.1.286) - 15 May 2026
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - Refs #294985 - Fix autoprefixer warning in technical library result styles. [GhitaB - [`858bc25`](https://github.com/eea/volto-clms-theme/commit/858bc250b7dde49aae96d130eb64b2fa0acd2fc9)]
7
12
  ### [1.1.285](https://github.com/eea/volto-clms-theme/compare/1.1.284...1.1.285) - 14 May 2026
8
13
 
9
14
  #### :hammer_and_wrench: Others
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-clms-theme",
3
- "version": "1.1.285",
3
+ "version": "1.1.286",
4
4
  "description": "volto-clms-theme: Volto theme for CLMS site",
5
5
  "main": "src/index.js",
6
6
  "author": "CodeSyntax for the European Environment Agency",
@@ -111,7 +111,7 @@ body.clmsSearchTechnicalLibrary-view {
111
111
  .technical-library-title {
112
112
  display: inline-flex !important;
113
113
  width: 100%;
114
- align-items: start;
114
+ align-items: flex-start;
115
115
  }
116
116
 
117
117
  .label {