CSS class breaks WooCommerce Product Admin view
Closed this issue · 0 comments
Hi,
First thanks for your awesome Plugin, it helps a lot!
After the latest Update I realized that my WooCommerce Admin Dashboards view (e.g. for Products) is broken.
The problem is in /acf-quickedit-fields/css/acf-quickedit.css?ver=3.2.3 the following class:
.has-acf-qef-columns .wp-list-table.fixed .column-slug, .has-acf-qef-columns .wp-list-table.fixed .column-posts, .has-acf-qef-columns .wp-list-table.fixed .column-parent, .has-acf-qef-columns .wp-list-table.fixed .column-links, .has-acf-qef-columns .wp-list-table.fixed .column-author, .has-acf-qef-columns .wp-list-table.fixed .column-format, .has-acf-qef-columns .wp-list-table.fixed .column-response, .has-acf-qef-columns .wp-list-table.fixed .column-categories, .has-acf-qef-columns .wp-list-table.fixed .column-tags, .has-acf-qef-columns .wp-list-table.fixed .column-rel, .has-acf-qef-columns .wp-list-table.fixed .column-role, .has-acf-qef-columns .wp-list-table.fixed .column-date {
width: auto;
}
It affects Date and Author element in columns:
Date div: manage-column column-date sortable asc
Author: manage-column column-author
If I remove the width:auto css the view works perfectly.
I am running the latest Version of WP, Pluginss & Theme.
Thanks.