WordPress / plugin-check

A repository for the new Plugin Check plugin from the WordPress Performance and Plugins Team.
https://wordpress.org/plugins/plugin-check/
GNU General Public License v2.0
198 stars 39 forks source link

Increase spacing between success message and form #368

Closed ernilambar closed 6 months ago

ernilambar commented 6 months ago

Fixes https://github.com/WordPress/plugin-check/issues/202

This PR just increase the spacing between success message and the form.

felixarntz commented 6 months ago

This PR unconditionally adds a margin, even when unnecessary. This wouldn't be a big deal, but since the original PR #341 has other CSS related problems, I think we should rather address them there and close this one.