fix(FastAPI): fix padding on email inputs

Signed-off-by: Steven Guikal <void@fluix.one>
This commit is contained in:
Steven Guikal 2021-10-05 12:38:31 -04:00
parent 82a3349649
commit a54a09f61d

View file

@ -329,6 +329,7 @@ label {
input[type=text], input[type=text],
input[type=password], input[type=password],
input[type=email],
textarea { textarea {
padding: 0.10em; padding: 0.10em;
} }