diff --git a/CHANGELOG.md b/CHANGELOG.md
index eb5ac3f47..e47c67ed7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,6 +20,7 @@
- Changes on the location tab and the borehole tab are now saved by clicking the `Save` button, instead of immediately.
- The `alternate_name` is now displayed in the borehole detail header and the map markers.
- From depth and to depth are no longer displayed in groundwater level measurements.
+- Updated the layout of the borehole general tab.
### Fixed
diff --git a/src/client/src/pages/detail/form/borehole/boreholeForm.tsx b/src/client/src/pages/detail/form/borehole/boreholeForm.tsx
index 2379033c6..2d105378f 100644
--- a/src/client/src/pages/detail/form/borehole/boreholeForm.tsx
+++ b/src/client/src/pages/detail/form/borehole/boreholeForm.tsx
@@ -135,34 +135,38 @@ export const BoreholeForm = ({ formMethods, borehole, editingEnabled }: Borehole
withThousandSeparator={true}
/>
-
-
-
-
+
+
+
+
+
+
+
+