Open superjai opened 1 month ago
@superjai fixed, maybe you can try it out as well?
disable the clear: both field
@superjai fixed, maybe you can try it out as well?
disable the clear: both field
this is what that looks like
^ selector
document.querySelector("#wp-about_contact_info-editor-container").clear = 'None' ---> fix thru JS (works in console at least)
When entering the About page content, you'll notice the following gap for some of the fields:
It only occurs with field hints when there is a field of "editor" type. I tried to figure out the css hack to get rid of this gap, but I couldn't quite get it. Any chance you could take a look? I can implement the CSS on my end, I just need to know what to implement.