STYLE FIX text decoration for gfield description
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-10-07 11:51:18 +02:00
parent 2900256443
commit 0b176d0beb

View File

@ -161,6 +161,10 @@ body.front-end {
@apply !opacity-0;
}
}
.gfield_description a {
@apply underline underline-offset-8;
text-decoration-thickness: 1px;
}
.gform_wrapper {
@apply mt-12;