CSS rule breaks Text field prepend label within a Group (with fix)
-
I have a prepend label (/forum/) for a Text field, within a Group field. With the plugin activated that prepend label gets pushed to 100% width. Pretty strange!
It seems to be somehow caused by this CSS rule:.acf-fields.-left > .acf-field > .acf-input {
display: flex;
flex-direction: column;
}
When I disable / remove that rule it does not seem to harm any of the styling / working of the ACF Additional Hint content. Can you confirm this, and if so, remove the rule from the plugins style.css?
I’m currently using WordPress 6.6.1 with ACF PRO 6.3.5 and your plugin version 1.3.Thanks for having created the plugin – I found it last week and find it very useful to get the correct instructions across to the other admins.
- You must be logged in to reply to this topic.