@eeacms/volto-clms-theme 1.0.207 → 1.0.208
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.0.208](https://github.com/eea/volto-clms-theme/compare/1.0.207...1.0.208) - 19 May 2023
|
|
8
|
+
|
|
9
|
+
#### :hammer_and_wrench: Others
|
|
10
|
+
|
|
11
|
+
- feat CLMS-2185 block chooser padding fix [Unai - [`2809c9f`](https://github.com/eea/volto-clms-theme/commit/2809c9ff01e6f9acd35f03c3f5aa903d689b4ed0)]
|
|
7
12
|
### [1.0.207](https://github.com/eea/volto-clms-theme/compare/1.0.206...1.0.207) - 19 May 2023
|
|
8
13
|
|
|
9
14
|
#### :hammer_and_wrench: Others
|
package/package.json
CHANGED
|
@@ -390,10 +390,8 @@ body:not(.is-authenticated):not(.document_wide_view).stretch {
|
|
|
390
390
|
}
|
|
391
391
|
}
|
|
392
392
|
|
|
393
|
-
.tabs-block {
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
margin-top: 50px;
|
|
398
|
-
}
|
|
393
|
+
.tabs-block .blocks-chooser {
|
|
394
|
+
right: 0;
|
|
395
|
+
left: auto !important;
|
|
396
|
+
margin-top: 50px;
|
|
399
397
|
}
|