Note the way the search input looks like its outline is being clipped on the right and left sides compared the topic title input.


Note the way the search input looks like its outline is being clipped on the right and left sides compared the topic title input.


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.