@eeacms/volto-bise-policy 1.2.16 → 1.2.17

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,7 +4,13 @@ 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.2.16](https://github.com/eea/volto-bise-policy/compare/1.2.15...1.2.16) - 21 May 2025
7
+ ### [1.2.17](https://github.com/eea/volto-bise-policy/compare/1.2.16...1.2.17) - 23 May 2025
8
+
9
+ #### :bug: Bug Fixes
10
+
11
+ - fix(toc): padding on ul items [nileshgulia1 - [`c510eb9`](https://github.com/eea/volto-bise-policy/commit/c510eb951a6a7f867e4b667363d65ba4d521a188)]
12
+
13
+ ### [1.2.16](https://github.com/eea/volto-bise-policy/compare/1.2.15...1.2.16) - 22 May 2025
8
14
 
9
15
  #### :house: Internal changes
10
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eeacms/volto-bise-policy",
3
- "version": "1.2.16",
3
+ "version": "1.2.17",
4
4
  "description": "@eeacms/volto-bise-policy: Volto add-on",
5
5
  "main": "src/index.js",
6
6
  "author": "European Environment Agency: IDM2 A-Team",
@@ -125,6 +125,10 @@
125
125
  .table-of-contents.accordionMenu {
126
126
  .ui.accordion {
127
127
  .content {
128
+ ul {
129
+ padding-top: 0.5rem;
130
+ padding-bottom: 1.3rem;
131
+ }
128
132
  .accordion-list-bulleted li::marker {
129
133
  content: '\25CB';
130
134
  color: @lightSecondaryColor;