mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 10:29:35 +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…
Reference in New Issue
Block a user