Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS class breaks WooCommerce Product Admin view #135

Open
pa2codes opened this issue Jan 21, 2023 · 0 comments
Open

CSS class breaks WooCommerce Product Admin view #135

pa2codes opened this issue Jan 21, 2023 · 0 comments

Comments

@pa2codes
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant