Skip to content

Global Search - Upvote Tooltip Alignment

Zack Cuddy requested to merge 336465_fix_upvote_tooltip into master

What does this MR do and why?

Fixes #336465 (closed)

Currently the Upvotes icon in Issues Search is misaligned. This change adds a wrapper around the upvotes count to ensure the tooltip is aligned properly.

Screenshots or screen recordings

These are strongly recommended to assist reviewers and reduce the time to merge your change.

Before After
Screen_Shot_2021-09-27_at_2.08.01_PM Screen_Shot_2021-09-27_at_2.09.29_PM

How to set up and validate locally

  1. Fetch and checkout this branch
  2. Go to an issue and react with 👍
  3. Search for the issue via the Header Search (top right of the main nav)
  4. Change search scope to "Issues"
  5. If needed, Sort the results by "Popularity"
  6. Hover over the Upvotes icon on the search result and ensure the tooltip is aligned properly.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports