Note the way the search input looks like its outline is being clipped on the right and left sides compared the topic title input.
3 Likes
Moving to UX cause this is SOOOO minor, PR to fix welcome
I fixed it in my local stylesheet with:
.search-menu .panel-body {
padding: 0 8px;
}
Not seeing this anymore in Chrome. Flag to reopen or submit a PR if still an issue.