@eeacms/volto-clms-theme 1.1.18 → 1.1.19

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,12 +4,16 @@ 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.19](https://github.com/eea/volto-clms-theme/compare/1.1.18...1.1.19) - 3 July 2023
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - adjust styling [Mikel Larreategi - [`73bf73f`](https://github.com/eea/volto-clms-theme/commit/73bf73f1ed53c3f7c96d4e16825f8a0a2b6ba449)]
7
12
  ### [1.1.18](https://github.com/eea/volto-clms-theme/compare/1.1.17...1.1.18) - 3 July 2023
8
13
 
9
14
  #### :hammer_and_wrench: Others
10
15
 
11
16
  - lint [Mikel Larreategi - [`f828104`](https://github.com/eea/volto-clms-theme/commit/f82810407be009f416090d005a84175bc87c21fe)]
12
- - clms-2329 remove periodicity from calendar picker [Mikel Larreategi - [`9272a58`](https://github.com/eea/volto-clms-theme/commit/9272a580cdb11051a33832e2d1e4c738ca1a47e6)]
13
17
  ### [1.1.17](https://github.com/eea/volto-clms-theme/compare/1.1.16...1.1.17) - 30 June 2023
14
18
 
15
19
  #### :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.18",
3
+ "version": "1.1.19",
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",
@@ -1,7 +1,13 @@
1
1
  div.ui.celled.list.usecase-topic-values-list {
2
+ display: flex;
3
+ flex-wrap: wrap;
2
4
  padding-bottom: 1.8rem;
3
5
  }
4
6
 
7
+ div.ui.celled.list.usecase-topic-values-list .item {
8
+ line-height: 1.6rem;
9
+ }
10
+
5
11
  div.ui.celled.list.usecase-topic-values-list .item:first-child,
6
12
  div.ui.celled.list.usecase-other-values-list .item:first-child {
7
13
  border-left: none;