-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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 alignment of truncated text in tables #25942
Conversation
I do not think this fix is right. Because, the problem is caused by a pollution: Then, the |
Am I supposed to not see any difference in the screenshots? |
There is slight difference for the "name: foo" and "version: 1.0.0", but, it's not an ideal fix (my comment above) |
There's two kind of problems here:
Not sure how to proceed. |
@wxiaoguang got any better solution ideas? I can't think of any and the current approach seems to reliably solve it. |
Will think about it in a few days ..... |
FWIW, |
Minimal Fiddle to show the issue: https://jsfiddle.net/silverwind/fs7ghbeq/ |
I think we can drop the "text truncate" trick, and re-use the Fix the truncate and alignment problem for some admin tables #26042 |
What does work is just not alter |
I see your approach is exactly doing that. I think we can likely replace most if not all |
Before:

After:
