w3c / horizontal-issue-tracker

Tools and pages to track horizontal issues
https://www.w3.org/PM/horizontal/
MIT License
6 stars 4 forks source link

added overflow hidden for right_labels #1

Closed himorin closed 4 years ago

himorin commented 4 years ago

Problem: When put mouse over a color icon of label whose line has more than two labels, I found sometimes we get wrong tool-tip. Mostly we get tool-tip of the left most label for all color icons.

It seems there is hidden string behind each color icon which could overflow to right side of the color icon, and such string will make wrong tool-tip. This change adds overflow: hidden to color icons, which prevents such hidden strings.