mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:31:56 +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 {
|
||||
&-prepend,
|
||||
&-append {
|
||||
|
|
Loading…
Reference in New Issue
Block a user