diff -u b/core/modules/system/templates/admin-block.html.twig b/core/modules/system/templates/admin-block.html.twig --- b/core/modules/system/templates/admin-block.html.twig +++ b/core/modules/system/templates/admin-block.html.twig @@ -20,7 +20,7 @@ {% endif %} {% if block.content %} -
{{ block.content }}
+
{{ block.content }}
{% elseif block.description %} -
{{ block.description }}
+
{{ block.description }}
{% endif %}