#62614 closed defect (bug) (reported-upstream)
UI Issues.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | WordPress.org Site | Keywords: | dev-feedback needs-design close |
Focuses: | ui | Cc: |
Description
Support url search button alignment is not proper as other search icon has in site.
URL: https://wordpress.org/support/welcome/
Attachments (1)
Change History (4)
#1
@
4 months ago
Thank you, @nishitajoshi, for the ticket. I was able to reproduce the issue you described.
This is happening due to the following CSS:
.search-form .button-search { // other properties... padding-block: var(--wp--custom--form--padding--block); // other properties... }
Note: See
TracTickets for help on using
tickets.
This Icon Alignment should be same as other pages have.