تغييرات CSS الخاصة بنا (حتى الآن) في حال كانت مفيدة لشخص آخر:
// إزالة الخلفية الرمادية
.d-editor #form-template-form {
background-color: var(--secondary);
}
// إيقاف تمديد الحقول إلى عرض 100%
.form-template-field select, .form-template-field input {
width: auto;
}
.form-template-field textarea {
min-width: 650px;
width: auto;
}