FIX Problems in backend field display and scoping the gfield style to front end
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2026-02-24 17:31:52 +01:00
parent fa49efc93b
commit 8ef34620b7

View File

@ -48,7 +48,8 @@
} }
} }
} }
body.front-end {
form:not(:has(.gfield)) { form:not(:has(.gfield)) {
@apply form-carhop; @apply form-carhop;
}
} }