@eeacms/volto-clms-theme 1.1.119 → 1.1.120

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.120](https://github.com/eea/volto-clms-theme/compare/1.1.119...1.1.120) - 8 March 2024
8
+
9
+ #### :hammer_and_wrench: Others
10
+
11
+ - fix block chooser in edit mode [Unai Etxaburu - [`d994993`](https://github.com/eea/volto-clms-theme/commit/d9949932b1a74130f49580e35f237267758ad46c)]
7
12
  ### [1.1.119](https://github.com/eea/volto-clms-theme/compare/1.1.118...1.1.119) - 28 February 2024
8
13
 
9
14
  #### :hammer_and_wrench: Others
10
15
 
11
16
  - remove consolelog [Mikel Larreategi - [`9c88aa2`](https://github.com/eea/volto-clms-theme/commit/9c88aa298fe8fdfe28dd8267a1015726b17e5065)]
12
- - remove traces of email and fullname in the profile edit form [Mikel Larreategi - [`bd3089f`](https://github.com/eea/volto-clms-theme/commit/bd3089fa6a8ed1dea95d25709349325aa6d6f582)]
13
17
  ### [1.1.118](https://github.com/eea/volto-clms-theme/compare/1.1.117...1.1.118) - 23 February 2024
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.119",
3
+ "version": "1.1.120",
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",
@@ -401,3 +401,9 @@ body:not(.is-authenticated):not(.document_wide_view).stretch {
401
401
  left: auto !important;
402
402
  margin-top: 50px;
403
403
  }
404
+
405
+ // edit mode block chooser
406
+ .tabs-block .blocks-chooser {
407
+ margin-top: 1rem !important;
408
+ transform: none !important;
409
+ }