diff -u b/core/modules/update/templates/update-version.html.twig b/core/modules/update/templates/update-version.html.twig
--- b/core/modules/update/templates/update-version.html.twig
+++ b/core/modules/update/templates/update-version.html.twig
@@ -31,14 +31,14 @@
{{ 'Download'|t }}
{% endif %}
+
+ {{ 'Release notes'|t }}
+
{% if version.core_compatibility_details %}
{{ version.core_compatibility_details }}
{% endif %}
-
- {{ 'Release notes'|t }}
-
diff -u b/core/themes/claro/templates/admin/update-version.html.twig b/core/themes/claro/templates/admin/update-version.html.twig
--- b/core/themes/claro/templates/admin/update-version.html.twig
+++ b/core/themes/claro/templates/admin/update-version.html.twig
@@ -29,17 +29,14 @@
{{ 'Download'|t }}
{% endif %}
+
+ {{ 'Release notes'|t }}
+
{% if version.core_compatibility_details %}
{{ version.core_compatibility_details }}
{% endif %}
-
- {{ 'Download'|t }}
-
-
- {{ 'Release notes'|t }}
-
diff -u b/core/themes/stable/templates/admin/update-version.html.twig b/core/themes/stable/templates/admin/update-version.html.twig
--- b/core/themes/stable/templates/admin/update-version.html.twig
+++ b/core/themes/stable/templates/admin/update-version.html.twig
@@ -29,14 +29,14 @@
{{ 'Download'|t }}
{% endif %}
+
+ {{ 'Release notes'|t }}
+
{% if version.core_compatibility_details %}
{{ version.core_compatibility_details }}
{% endif %}
-
- {{ 'Release notes'|t }}
-