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

View File

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