mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 15:57:23 -04:00
Merge pull request #2666 from alphagov/fix-breaking-change-spacing
Fix spacing and overflow on breaking change page
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
column{{ 's' if column_headings|length > 1 else '' }} of data:
|
column{{ 's' if column_headings|length > 1 else '' }} of data:
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="spreadsheet">
|
<div class="spreadsheet fullscreen-content" data-module="fullscreen-table"">
|
||||||
{% call(item, row_number) list_table(
|
{% call(item, row_number) list_table(
|
||||||
example_rows,
|
example_rows,
|
||||||
caption="Example",
|
caption="Example",
|
||||||
@@ -64,6 +64,6 @@
|
|||||||
{% endcall %}
|
{% endcall %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<p>Developers, you’ll need to update your API calls</p>
|
<p class="top-gutter">Developers, you’ll need to update your API calls</p>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user