/components/style.css not loading in Payments screen
-
Some stuff from /woocommerce/assets/client/admin/components/style.css although it is being loaded in dashboard as it should, if “Disable WooCommerce Admin completely” is set, some css are not applied and the page design is broken, like the below one. I believe that because something in your plugin, it is being loaded after or before it should and react is not getting it because of that. Could you, please, take a look at it?
Ive tested remotely and locally, same effect. If I check what should be loaded or not, although I check to disable it all, it works alright. Thank you!
.woocommerce-pill {
border: 1px solid #757575;
border-radius: 28px;
color: #757575;
display: inline-block;
padding: 4px 8px;
}
The topic ‘/components/style.css not loading in Payments screen’ is closed to new replies.