UX: fix form template error label position (#23208)

This commit is contained in:
Renato Atilio 2023-08-24 11:09:47 -03:00 committed by GitHub
parent d51c076bf8
commit 353306219b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
.form-template-field {
position: relative;
input,
textarea,
select {