1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

🐛 Fix InputWithIcon size

This commit is contained in:
Stefano Pigozzi 2021-05-11 17:06:52 +02:00
parent a3d23661a3
commit 5eb86a4e98
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -36,6 +36,8 @@
/* Repeat properties overridden by <input> */
font-family: var(--font-regular);
color: var(--fg-field-off);
width: 100%;
}