-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[Core/Menus] pt-text-overflow-ellipsis
cuts off descenders for menu items
#2177
Comments
I think this is a regression in 2.0, or at least in the 2.0 documentation. Descenders are not cut off in 1.x menu items: http://blueprintjs.com/docs/v1/#core/components/menu.menu-item |
yikes, definitely due to the flex stuff. should be easy to resolve. i'm on it. |
Can we reopen this? It doesn't seem fixed, at least not for all browser/font combinations. Here Chrome Version 67.0.3372.0 (Official Build) canary (64-bit) The culprit is definitely Here's a JSFiddle for testing -- it uses |
@reiv sure, it is reopened. think you could submit a fix? |
@giladgray I'll see what I can do. I was hoping the fix would be as easy as replacing |
in my experience, one should never use |
Would we run into trouble elsewhere if we removed the blueprint/packages/core/src/components/menu/_common.scss Lines 22 to 28 in 7166b66
|
Bug report
Steps to reproduce
Actual behavior
Expected behavior
All text is visible.
This looks to be related to #1689
The text was updated successfully, but these errors were encountered: