Tiny CSS fix
-
I know you think nobody is using the plugin, but I am, and the CSS has messed up the admin page for adding plugins:
/wp-admin/plugin-install.php.The problem is the generic
.wrapCSS class that is also used by core WordPress, and themax-width: 1200pxproperty is causing this issue..wrap {
font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif;
max-width: 1200px;
margin-left: 0; /* Align to left */
padding-left: 20px; /* Small left padding for spacing */
}In any case, thank you for the useful plugin.
You must be logged in to reply to this topic.