Skip to content
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

Fix table icon tooltips with long texts #4261

Merged
merged 1 commit into from
Nov 17, 2020
Merged

Fix table icon tooltips with long texts #4261

merged 1 commit into from
Nov 17, 2020

Conversation

javierm
Copy link
Member

@javierm javierm commented Nov 17, 2020

References

Visual Changes

Before

Captura de pantalla 2020-11-17 a las 19 41 05

After

Captura de pantalla 2020-11-17 a las 19 41 50

Combining the max-width and the white-space property resulted in the
text exceeding its bounds if the text was longer than what the max-width
property allowed.

The `width: max-content` property, on the other hand, is compatible with
the max-width property.
@javierm javierm added the Bug label Nov 17, 2020
@javierm javierm self-assigned this Nov 17, 2020
@javierm javierm merged commit d7a9be3 into master Nov 17, 2020
@javierm javierm deleted the tooltip_width branch November 17, 2020 19:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants