#7156 closed defect (bug) (reported-upstream)
Placeholder is not showing proper
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Developer Hub | Keywords: | has-screenshots |
| Cc: |
Description
Url: https://developer.wordpress.org/plugins/intro/what-is-a-plugin/
The Place holder for a search plugin developer is not proper, the full placeholder text is not displaying
Attachments (2)
Change History (7)
#1
@
2 years ago
- Milestone Plugin Directory v3 - Future deleted
- Resolution set to invalid
- Status changed from new to closed
The full placeholder text there is "Search Plugin Developer".
#3
@
2 years ago
Hi @Otto42
I think we should just add some width to the placeholder so that the full placeholder will be visible as of now it showing only "Search Plugin Develope", n is missing from there.
The full placeholder text should be "Search Plugin Developer".
Here is the CSS that we can add to fix above issue:
.search-wrap {
.searchform {
input[type="search"] {
padding: 1rem 1rem 1rem 1rem;
}
}
}
Note: See
TracTickets for help on using
tickets.
screenshot for better understanding