@eeacms/volto-eea-design-system 1.60.4 → 1.60.5
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,9 @@ 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.60.
|
|
7
|
+
### [1.60.5](https://github.com/eea/volto-eea-design-system/compare/1.60.4...1.60.5) - 26 May 2026
|
|
8
|
+
|
|
9
|
+
### [1.60.4](https://github.com/eea/volto-eea-design-system/compare/1.60.3...1.60.4) - 21 May 2026
|
|
8
10
|
|
|
9
11
|
#### :house: Documentation changes
|
|
10
12
|
|
package/package.json
CHANGED
|
@@ -214,7 +214,8 @@ a {
|
|
|
214
214
|
@media (min-width:992px) and (max-width:1365px) {
|
|
215
215
|
|
|
216
216
|
.has-side-nav .content-box::before,
|
|
217
|
-
.has-side-nav .full-width
|
|
217
|
+
.has-side-nav .full-width,
|
|
218
|
+
.has-side-nav .has--size--full {
|
|
218
219
|
margin-left: -20px !important;
|
|
219
220
|
margin-right: auto;
|
|
220
221
|
left: initial;
|
|
@@ -225,7 +226,8 @@ a {
|
|
|
225
226
|
@media (min-width:1366px) {
|
|
226
227
|
|
|
227
228
|
.has-side-nav .content-box::before,
|
|
228
|
-
.has-side-nav .full-width
|
|
229
|
+
.has-side-nav .full-width,
|
|
230
|
+
.has-side-nav .has--size--full {
|
|
229
231
|
left: 72% !important;
|
|
230
232
|
}
|
|
231
233
|
}
|
|
@@ -360,4 +362,4 @@ a {
|
|
|
360
362
|
width: 83.33333333% !important;
|
|
361
363
|
}
|
|
362
364
|
}
|
|
363
|
-
}
|
|
365
|
+
}
|