Merge pull request #2666 from alphagov/fix-breaking-change-spacing

Fix spacing and overflow on breaking change page
This commit is contained in:
Chris Hill-Scott
2019-01-16 09:51:07 +00:00
committed by GitHub

View File

@@ -46,7 +46,7 @@
column{{ 's' if column_headings|length > 1 else '' }} of data:
</p>
<div class="spreadsheet">
<div class="spreadsheet fullscreen-content" data-module="fullscreen-table"">
{% call(item, row_number) list_table(
example_rows,
caption="Example",
@@ -64,6 +64,6 @@
{% endcall %}
</div>
<p>Developers, youll need to update your API calls</p>
<p class="top-gutter">Developers, youll need to update your API calls</p>
{% endblock %}