Minor styling change

This commit is contained in:
zandercymatics 2024-01-22 12:09:37 -07:00
parent 99ee850238
commit 4e667ea546
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,7 @@
{% else %}
<a
class="usa-button--unstyled disabled-link usa-tooltip text-no-underline "
data-position="top"
data-position="bottom"
title="Domains must have at least one domain manager"
aria-disabled="true"
data-tooltip="true"

View file

@ -2,7 +2,7 @@
{% for message in messages %}
<div class="usa-alert usa-alert--{{ message.tags }} usa-alert--slim margin-bottom-2">
<div class="usa-alert__body">
{{ message }}
{{ message }}
</div>
</div>