mirror of
https://github.com/discourse/discourse.git
synced 2025-04-27 20:14:30 +08:00
UX: When input placeholders are too long, truncate with ellipsis (#11504)
This commit is contained in:
parent
6ae60256ef
commit
407591719c
@ -227,6 +227,10 @@ input {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
::placeholder {
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
}
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
&-prepend,
|
&-prepend,
|
||||||
&-append {
|
&-append {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user