Update alert.ftl

Revert changes to div padding
This commit is contained in:
CN 2024-01-04 11:22:11 +01:00 committed by GitHub
parent d8eb1d5f1d
commit 685b17cfd1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@
<#assign colorClass="bg-blue-100 text-blue-600 dark:bg-blue-200 dark:text-blue-700">
</#switch>
<div class="${colorClass} px-4 py-3 rounded-lg text-sm" role="alert">
<div class="${colorClass} p-4 rounded-lg text-sm" role="alert">
<#nested>
</div>
</#macro>