@eeacms/volto-arcgis-block 0.1.289 → 0.1.290
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,8 @@ 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.1.290](https://github.com/eea/volto-arcgis-block/compare/0.1.289...0.1.290) - 19 June 2024
|
|
8
|
+
|
|
7
9
|
### [0.1.289](https://github.com/eea/volto-arcgis-block/compare/0.1.288...0.1.289) - 18 June 2024
|
|
8
10
|
|
|
9
11
|
### [0.1.288](https://github.com/eea/volto-arcgis-block/compare/0.1.287...0.1.288) - 14 June 2024
|
package/package.json
CHANGED
|
@@ -318,7 +318,7 @@ div.esri-popover
|
|
|
318
318
|
}
|
|
319
319
|
|
|
320
320
|
.area-panel {
|
|
321
|
-
padding-top:
|
|
321
|
+
padding-top: 1rem;
|
|
322
322
|
}
|
|
323
323
|
|
|
324
324
|
/* .area-container .area-header { */
|
|
@@ -363,7 +363,7 @@ div.esri-popover
|
|
|
363
363
|
|
|
364
364
|
.area-search-block {
|
|
365
365
|
display: flex;
|
|
366
|
-
margin-left:
|
|
366
|
+
margin-left: 1.7rem;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
.rectangle-block {
|