fix spacing issue

This commit is contained in:
zandercymatics 2024-09-13 13:51:14 -06:00
parent 4b8f77436d
commit 939f94a4c7
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7

View file

@ -12,10 +12,11 @@
<div id="main-content">
<h1 id="domain-requests-header">Domain requests</h1>
<div class="grid-row grid-gap">
<div class="mobile:grid-col-12 tablet:grid-col-6">
<p class="margin-y-0">Domain requests can only be modified by the person who created the request.</p>
</div>
{% if has_edit_request_portfolio_permission %}
<div class="mobile:grid-col-12 tablet:grid-col-6">
<p class="margin-y-0">Domain requests can only be modified by the person who created the request.</p>
</div>
<div class="mobile:grid-col-12 tablet:grid-col-6">
{% comment %}
IMPORTANT:
@ -29,6 +30,8 @@
</a>
</p>
</div>
{% else %}
<p class="margin-y-0">Domain requests can only be modified by the person who created the request.</p>
{% endif %}
</div>