diff --git a/CHANGELOG.md b/CHANGELOG.md index 9430b4592..861de5c53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ - The basemap selector buttons were not displayed correctly on hover. - No scrollbar was displayed in the side drawer when many additional layers were added. - There was no appropriate error message when the drawn box did not contain extractable coordinates. +- The responsive design of the coordinate segment in the detail view was broken. - When clicking the select all checkbox in the borehole table, only the boreholes on the current page were selected. ## v2.1.870 - 2024-09-27 diff --git a/src/client/src/components/map/pointComponent.jsx b/src/client/src/components/map/pointComponent.jsx index 6a1f5b204..11c32c516 100644 --- a/src/client/src/components/map/pointComponent.jsx +++ b/src/client/src/components/map/pointComponent.jsx @@ -33,7 +33,6 @@ class PointComponent extends React.Component { this.changefeature = this.updatePointAndGetAddress.bind(this); this.detailMapStyleFunction = detailMapStyleFunction.bind(this); this.getAddress = this.getAddress.bind(this); - this.setStateBound = this.setState.bind(this); this.srs = "EPSG:2056"; _.forEach(projections, function (proj, srs) { @@ -309,11 +308,11 @@ class PointComponent extends React.Component { style={{ padding: "0px", flex: "1 1 100%", - height: 525, + height: 380, }} /> - +