mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 02:58:26 -04:00
Remove 2/3rds and 3/4 columns
These columns make the line length too short, and the text less readable.
This commit is contained in:
@@ -8,9 +8,6 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<div class="grid-row">
|
|
||||||
<div class="column-two-thirds">
|
|
||||||
|
|
||||||
<h1 class="heading-large">
|
<h1 class="heading-large">
|
||||||
Revoke API key
|
Revoke API key
|
||||||
</h1>
|
</h1>
|
||||||
@@ -22,9 +19,6 @@
|
|||||||
You can’t undo this.
|
You can’t undo this.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<form method="post">
|
<form method="post">
|
||||||
{{ page_footer(
|
{{ page_footer(
|
||||||
'Revoke this API key',
|
'Revoke this API key',
|
||||||
|
|||||||
@@ -8,8 +8,6 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<div class="grid-row">
|
|
||||||
<div class="column-two-thirds">
|
|
||||||
|
|
||||||
<h1 class="heading-large">
|
<h1 class="heading-large">
|
||||||
New API key
|
New API key
|
||||||
@@ -20,9 +18,6 @@
|
|||||||
once you leave this page.
|
once you leave this page.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{{ api_key(secret, key_name) }}
|
{{ api_key(secret, key_name) }}
|
||||||
|
|
||||||
{{ page_footer(
|
{{ page_footer(
|
||||||
|
|||||||
@@ -8,9 +8,6 @@
|
|||||||
|
|
||||||
{% block maincolumn_content %}
|
{% block maincolumn_content %}
|
||||||
|
|
||||||
<div class="grid-row">
|
|
||||||
<div class="column-three-quarters">
|
|
||||||
|
|
||||||
<h1 class="heading-large">Request to go live</h1>
|
<h1 class="heading-large">Request to go live</h1>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -60,7 +57,5 @@
|
|||||||
{{ page_footer('Request to go live') }}
|
{{ page_footer('Request to go live') }}
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user