mcguffin / acf-quickedit-fields

WordPress Plugin implementing Column Displaying, QuickEdit and BulkEdit for Advanced Custom Fields (ACF)
https://wordpress.org/plugins/acf-quickedit-fields/
GNU General Public License v3.0
359 stars 49 forks source link

CSS class breaks WooCommerce Product Admin view #135

Open pa2codes opened 1 year ago

pa2codes commented 1 year ago

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.