-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Minor UI issue with Idea Hub icon on 'View only' menu #5446
Comments
@nfmohit why not set the same height consistently for all module icons? It seems odd that Idea Hub would be a special case here. |
@aaemnnosttv You're right! I just double-checked and found out that applying the height for all module icons doesn't make a difference to their current dimensions (except Idea Hub, of course, 😅). My bad 🙏. I've updated the IB to apply it for all module icons. Thank you so much! |
IB ✅ |
Bug Description
Bug bash issue: https://app.asana.com/0/1202258919887896/1202419867342278 please see Asana for background
The idea hub icon is slightly larger and unaligned with the text. Only minor.
Do not alter or remove anything below. The following sections will be managed by moderators only.
Acceptance criteria
Implementation Brief
<Icon />
component here to have aheight
prop with the value of26
:site-kit-wp/assets/js/components/ViewOnlyMenu/Service.js
Line 57 in 1f37af0
Test Coverage
QA Brief
dashboardSharing
feature flag is enabled in the tester plugin.Changelog entry
The text was updated successfully, but these errors were encountered: