improved check before sending reminder emails

This commit is contained in:
asus
2024-04-10 11:55:28 +02:00
parent 215d778307
commit 5cde5cd913
9 changed files with 231 additions and 68 deletions

View File

@@ -0,0 +1,6 @@
#your-profile .acf-field.textarea_full_width {
textarea {
width: 100%;
max-width: 100%;
}
}