UX: When input placeholders are too long, truncate with ellipsis (#11504)

This commit is contained in:
Kris 2020-12-16 00:40:30 -05:00 committed by GitHub
parent 6ae60256ef
commit 407591719c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -227,6 +227,10 @@ input {
}
}
::placeholder {
text-overflow: ellipsis;
}
.input {
&-prepend,
&-append {