GoteoFoundation / goteo

Goteo Version 3, the Open Source Crowdfunding Platform
http://goteo.org
GNU Affero General Public License v3.0
188 stars 133 forks source link

[FIX] Sizing of honeypot input fields not true 0 #611

Closed subiabre closed 4 months ago

subiabre commented 4 months ago

:tophat: What? Why?

After careful observation it was discovered the honeypot input field was not of size 0, but it actually had a 1px border that made it take a total of 2px in the form. Making the true email input above it very slightly out of grid. This PR fixes the error and unifies the styling for the rest of the invisible honeypot HTML elements.

:hearts: Thank you!