You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this class should be applied to p tag of info elements
but maybe this would cause troubles in JS scripts?
so CSS should be modified: form l.165
form.form .fieldset-closed .form-item { display:none }
=> form.form .fieldset-closed .form-item, form.form .fieldset-closed p { display:none }
The text was updated successfully, but these errors were encountered:
only .form-item elements are hidden
this class should be applied to p tag of info elements
but maybe this would cause troubles in JS scripts?
so CSS should be modified: form l.165
form.form .fieldset-closed .form-item { display:none }
=> form.form .fieldset-closed .form-item, form.form .fieldset-closed p { display:none }
The text was updated successfully, but these errors were encountered: