Fields on edit-tags.php could be made to line up perfectly and look identical to the native fields (i.e., name, slug, description, etc.) by just adding the following rules to acf-input.css:
#addtag .acf-field .acf-label label {
font-size: 12px;
font-weight: 400;
}
#edittag .form-table .acf-label {
padding: 20px 10px 20px 0;
}
Could this small fix be added to the next version of ACF?
Hi @timothy_h
Thank you for the suggestion.
This would really make an ideal addition to the plugin.
The information has been sent to Elliot and hopefully this should be integrated soon.