From 61903a88eb91f0ce82785bd7db9b650918d9da45 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 16 Jan 2019 09:37:13 +0000 Subject: [PATCH] Fix spacing on breaking change page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Quick fix so the text doesn’t overlap. --- app/templates/views/templates/breaking-change.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/templates/breaking-change.html b/app/templates/views/templates/breaking-change.html index ede5cbb8b..89886e951 100644 --- a/app/templates/views/templates/breaking-change.html +++ b/app/templates/views/templates/breaking-change.html @@ -64,6 +64,6 @@ {% endcall %} -

Developers, you’ll need to update your API calls

+

Developers, you’ll need to update your API calls

{% endblock %}