Button styling

This commit is contained in:
zandercymatics 2024-04-25 09:30:14 -06:00
parent bc8a5cc0e7
commit b072e4f478
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 3 additions and 2 deletions

View file

@ -630,7 +630,8 @@ div.django-admin__model-description{
}
button {
padding-top: 20px;
margin-top: 25px !important;
height: 10px !important;
}
display: -webkit-box;

View file

@ -184,5 +184,5 @@
<p>This table does not have a description yet.</p>
{% endif %}
</div>
<button class="usa-button usa-button--unstyled" type="button">Show more</button>
<button class="usa-button usa-button--unstyled text-no-underline" type="button">Show more</button>
</span>