-
-
Notifications
You must be signed in to change notification settings - Fork 777
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
Tooltip with long text cuts off when hovering over wins icons #2408
Comments
Hi @macho-catt. Good job adding the required labels to this issue. Additional Resources: |
We missed looking at the changes in responsive design mode which has some errors, so reopening this issue. |
Issue was revisited, fixed, and tested with desktop browser window > 960px width; desktop browser window width < 960px; responsive tablet, ipad, ipad pro and mobile phone sizes. The display problem that caused the re-opening of the issue was addressed. When the window is not wide enough for the modal window, the WINS card is expanded to show all the WINS and text when one of the badges are clicked. The card still had the bottom: 50px; setting which caused a misalignment of the WINS badge descriptions. |
@JimGeist We are going to close the PR you made. I am sorry we were not clearer that we expected the tool tip to simply lay on top of the other assets, instead of trying to fit inside the card, which led you to think that you needed to come up with a novel solution about where to place it (which was a change that was not desired). This is a good lesson for us to be more detailed, or to provide design mockups and for you to get clarification on a design change before you start coding. |
@JimGeist Tomas indicated you had a person reason for having to jump off this ticket. I have unassigned you to spare your inbox from future work on it. |
Overview
We have to fix a visual bug on the wins page to present information accurately and maintain site professionalism.
Details
On the wins page, when hovering over one of the wins icons, the tooltip cuts off if the text is two lines long.
Click for example
Action Items
Resources/Instructions
Wins Page
Wins HTML
Wins JS
Wins CSS
The text was updated successfully, but these errors were encountered: