geoff-maddock / events-tracker

CRM and calendar to track events, weekly and monthly series, promoters, artists, producers, djs, venues and other entities.
https://arcane.city
MIT License
15 stars 5 forks source link

Register - Form - Font size issue #804

Open geoff-maddock opened 2 years ago

geoff-maddock commented 2 years ago

When you first visit the register page, the font size is small, then when you click into the form input, it grows.

Determine what is happening and correct so it's the single larger size.

https://arcane.city/register

geoff-maddock commented 2 years ago

Try adding "font-size" to the webkit element like this:

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill::first-line {
 font-size: 1rem;
}
geoff-maddock commented 2 years ago

Tried this but it made no change in chrome.
Tested in firefox, and it was working fine.

Removed and it made no difference - may not be the right code

geoff-maddock commented 2 years ago

This looks to just be a chrome issue - test on a machine other than my desktop