diff --git a/CHANGELOG.txt b/CHANGELOG.txt
index ed7dc68e88..2eb2088ce3 100644
--- a/CHANGELOG.txt
+++ b/CHANGELOG.txt
@@ -53,6 +53,7 @@ Changelog
* Fix: Removing rich text links / documents now also works when the text selection is backwards (Thibaud Colas)
* Fix: Prevent the rich text editor from crashing when copy-paste filtering removes all of its content (Thibaud Colas)
* Fix: Page chooser now respects custom `get_admin_display_title` methods on parent page and breadcrumb (Haydn Greatnews)
+ * Fix: Added consistent whitespace around sortable table headings (Matt Westcott)
2.4 (19.12.2018)
diff --git a/docs/releases/2.5.rst b/docs/releases/2.5.rst
index cb20a5f6b1..9e1f270f00 100644
--- a/docs/releases/2.5.rst
+++ b/docs/releases/2.5.rst
@@ -85,6 +85,7 @@ Bug fixes
* Removing rich text links / documents now also works when the text selection is backwards (Thibaud Colas)
* Prevent the rich text editor from crashing when copy-paste filtering removes all of its content (Thibaud Colas)
* Page chooser now respects custom ``get_admin_display_title`` methods on parent page and breadcrumb (Haydn Greatnews)
+ * Added consistent whitespace around sortable table headings (Matt Westcott)
Upgrade considerations
diff --git a/wagtail/admin/templates/wagtailadmin/pages/revisions/list.html b/wagtail/admin/templates/wagtailadmin/pages/revisions/list.html
index 06e32e78fd..d22554b8fb 100644
--- a/wagtail/admin/templates/wagtailadmin/pages/revisions/list.html
+++ b/wagtail/admin/templates/wagtailadmin/pages/revisions/list.html
@@ -6,7 +6,11 @@
-
{% trans 'Revision date' %}
+
+
+ {% trans 'Revision date' %}
+
+