@eeacms/volto-cca-policy 0.3.96 → 0.3.97
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 +6 -0
- package/package.json +1 -1
- package/theme/globals/blocks.less +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,12 @@ 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
|
+
### [0.3.97](https://github.com/eea/volto-cca-policy/compare/0.3.96...0.3.97) - 12 January 2026
|
|
8
|
+
|
|
9
|
+
#### :bug: Bug Fixes
|
|
10
|
+
|
|
11
|
+
- fix: resolve alignment issue in slate box [kreafox - [`7ea9046`](https://github.com/eea/volto-cca-policy/commit/7ea9046c36cfd1f64f0249dcfd7c138ede887412)]
|
|
12
|
+
|
|
7
13
|
### [0.3.96](https://github.com/eea/volto-cca-policy/compare/0.3.95...0.3.96) - 19 December 2025
|
|
8
14
|
|
|
9
15
|
#### :bug: Bug Fixes
|
package/package.json
CHANGED
|
@@ -94,6 +94,14 @@
|
|
|
94
94
|
padding-left: 1rem;
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
+
// Fix alignment issue in slate box
|
|
98
|
+
.sidebar-container {
|
|
99
|
+
.slate_wysiwyg_box {
|
|
100
|
+
display: grid;
|
|
101
|
+
align-items: center;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
97
105
|
/* Tabs block */
|
|
98
106
|
.cca-main-homepage .tabs-block {
|
|
99
107
|
.ui.menu.vertical .item,
|