mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(FastAPI): fix padding on email inputs
Signed-off-by: Steven Guikal <void@fluix.one>
This commit is contained in:
parent
82a3349649
commit
a54a09f61d
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue